summaryrefslogtreecommitdiff
path: root/src/rust/c_string/Cargo.toml
diff options
context:
space:
mode:
authorChelsea Holland Komlo <me@chelseakomlo.com>2017-10-11 15:21:20 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-27 10:02:08 -0400
commitbe583a34a3815c2c10e86094ab0610e4b7f9c869 (patch)
treebe9ffef37a21f54a81e628c1911c9171bbeef202 /src/rust/c_string/Cargo.toml
parent0c04b54d4d78f7f3117948358b3d05e644fa1aeb (diff)
downloadtor-be583a34a3815c2c10e86094ab0610e4b7f9c869.tar.gz
tor-be583a34a3815c2c10e86094ab0610e4b7f9c869.zip
use tor allocator for string allocation in rust
Diffstat (limited to 'src/rust/c_string/Cargo.toml')
-rw-r--r--src/rust/c_string/Cargo.toml13
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"]
-