diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-04-10 19:05:42 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-20 23:54:47 +0000 |
commit | 49639b282602c5389e30f906f535c29ddaa62308 (patch) | |
tree | 14d014f1f4992778000dbdf57271fef849cac50e /src/rust/Cargo.toml | |
parent | f17ace1460f0de50f32d28e8086fe11032d8cb3f (diff) | |
download | tor-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.toml | 4 |
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 |