diff options
Diffstat (limited to 'src/rust/crypto/Cargo.toml')
-rw-r--r-- | src/rust/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml index 08b0832c94..869e0d6256 100644 --- a/src/rust/crypto/Cargo.toml +++ b/src/rust/crypto/Cargo.toml @@ -4,6 +4,7 @@ authors = ["The Tor Project", name = "crypto" version = "0.0.1" publish = false +build = "../build.rs" [lib] name = "crypto" @@ -25,4 +26,3 @@ rand = { version = "=0.5.0-pre.2", default-features = false } rand_core = { version = "=0.2.0-pre.0", default-features = false } [features] - |