summaryrefslogtreecommitdiff
path: root/src/rust/tor_log/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/tor_log/Cargo.toml')
-rw-r--r--src/rust/tor_log/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/tor_log/Cargo.toml b/src/rust/tor_log/Cargo.toml
index 1aa9be0612..14d9ae803a 100644
--- a/src/rust/tor_log/Cargo.toml
+++ b/src/rust/tor_log/Cargo.toml
@@ -6,7 +6,6 @@ authors = ["The Tor Project"]
[lib]
name = "tor_log"
path = "lib.rs"
-crate_type = ["rlib", "staticlib"]
[features]
# We have to define a feature here because doctests don't get cfg(test),