diff options
Diffstat (limited to 'src/rust/c_string/Cargo.toml')
-rw-r--r-- | src/rust/c_string/Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rust/c_string/Cargo.toml b/src/rust/c_string/Cargo.toml deleted file mode 100644 index dc7504856b..0000000000 --- a/src/rust/c_string/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[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"] - |