aboutsummaryrefslogtreecommitdiff
path: root/src/rust/Cargo.toml
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-04-10 19:05:42 +0000
committerIsis Lovecruft <isis@torproject.org>2018-04-20 23:54:47 +0000
commit49639b282602c5389e30f906f535c29ddaa62308 (patch)
tree14d014f1f4992778000dbdf57271fef849cac50e /src/rust/Cargo.toml
parentf17ace1460f0de50f32d28e8086fe11032d8cb3f (diff)
downloadtor-49639b282602c5389e30f906f535c29ddaa62308.tar.gz
tor-49639b282602c5389e30f906f535c29ddaa62308.zip
rust: Expose our (P)RNGs in Rust and provide safe wrappers.
* FIXES #24660: https://bugs.torproject.org/24660
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r--src/rust/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 4ae8033eb3..d47cd64223 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -1,6 +1,8 @@
[workspace]
members = ["tor_util", "protover", "smartlist", "external", "tor_allocate",
-"tor_rust", "tor_log"]
+"tor_rust", "tor_log",
+ "rand",
+]
[profile.release]
debug = true