aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/tor_util/Cargo.toml')
-rw-r--r--src/rust/tor_util/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/rust/tor_util/Cargo.toml b/src/rust/tor_util/Cargo.toml
new file mode 100644
index 0000000000..b540d8c847
--- /dev/null
+++ b/src/rust/tor_util/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+authors = ["The Tor Project"]
+name = "tor_util"
+version = "0.0.1"
+
+[lib]
+name = "tor_util"
+path = "lib.rs"
+crate_type = ["rlib", "staticlib"]
+
+[dependencies.tor_allocate]
+path = "../tor_allocate"
+
+[dependencies]
+libc = "=0.2.39"
+