aboutsummaryrefslogtreecommitdiff
path: root/src/rust/crypto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-10-01 22:58:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-10-01 22:58:44 -0700
commit38d644c94bf1a42fcec40843e817c460e9e752de (patch)
tree591fb21c58ccdacc26c391d6ad28cf5737636c91 /src/rust/crypto
parent757a2360a41a5de2abd283ddee9fd26bb045bc04 (diff)
downloadtor-38d644c94bf1a42fcec40843e817c460e9e752de.tar.gz
tor-38d644c94bf1a42fcec40843e817c460e9e752de.zip
Remove rlib+staticlib configuration for Rust crates
Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs!
Diffstat (limited to 'src/rust/crypto')
-rw-r--r--src/rust/crypto/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml
index 6ebfe0dc11..a7ff7f78d9 100644
--- a/src/rust/crypto/Cargo.toml
+++ b/src/rust/crypto/Cargo.toml
@@ -9,7 +9,6 @@ build = "../build.rs"
[lib]
name = "crypto"
path = "lib.rs"
-crate_type = ["rlib", "staticlib"]
[dependencies]
libc = "=0.2.39"