Files
tor/src/rust/external/Cargo.toml
T
Isis Lovecruft 00a473733d maint: Update Rust libc dependency from 0.2.22 to 0.2.39.
Requires the update/libc-0.2.39 branch from
https://github.com/isislovecruft/tor-rust-dependencies to be merged
first.
2018-03-21 17:04:28 -04:00

14 lines
186 B
TOML

[package]
authors = ["The Tor Project"]
version = "0.0.1"
name = "external"
[dependencies]
libc = "=0.2.39"
[lib]
name = "external"
path = "lib.rs"
crate_type = ["rlib", "staticlib"]