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.toml13
1 files changed, 13 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..f175fbdfb0
--- /dev/null
+++ b/src/rust/tor_util/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+authors = ["The Tor Project"]
+name = "tor_util"
+version = "0.0.1"
+
+[lib]
+name = "tor_util"
+path = "lib.rs"
+crate_type = ["rlib", "staticlib"]
+
+[dependencies]
+libc = "*"
+