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