Files
tor/src/rust/c_string/Cargo.toml
T
2017-10-27 10:02:08 -04:00

14 lines
185 B
TOML

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