diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-05-15 02:02:02 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-05-15 17:48:57 +0000 |
commit | 9988882c6399b9b54d50f22617f3358bec4cb89b (patch) | |
tree | 55e9dbfae6b2a3080be4fad205e28f211f584a4c /src/rust/include.am | |
parent | 2ac849da36ade48ae1d8cd7e1546549615785ae3 (diff) | |
download | tor-9988882c6399b9b54d50f22617f3358bec4cb89b.tar.gz tor-9988882c6399b9b54d50f22617f3358bec4cb89b.zip |
rust: Move rand crate into crypto parent crate.
Diffstat (limited to 'src/rust/include.am')
-rw-r--r-- | src/rust/include.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rust/include.am b/src/rust/include.am index ba652bda0c..5fd9741e01 100644 --- a/src/rust/include.am +++ b/src/rust/include.am @@ -8,6 +8,8 @@ EXTRA_DIST +=\ src/rust/crypto/lib.rs \ src/rust/crypto/digests/mod.rs \ src/rust/crypto/digests/sha2.rs \ + src/rust/crypto/rand/mod.rs \ + src/rust/crypto/rand/rng.rs \ src/rust/external/Cargo.toml \ src/rust/external/crypto_digest.rs \ src/rust/external/crypto_rand.rs \ @@ -20,9 +22,6 @@ EXTRA_DIST +=\ src/rust/protover/lib.rs \ src/rust/protover/protover.rs \ src/rust/protover/tests/protover.rs \ - src/rust/rand/Cargo.toml \ - src/rust/rand/lib.rs \ - src/rust/rand/rng.rs \ src/rust/smartlist/Cargo.toml \ src/rust/smartlist/lib.rs \ src/rust/smartlist/smartlist.rs \ |