tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2f269bfaf1d1d89324e8936425bf19bb64bcb06e
parent 2d07aef3cc4ed21b7d66602912f74c287f5cb395
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  3 May 2018 16:16:09 -0400

Add src/rust/rand to include.am

Diffstat:
Msrc/rust/include.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/rust/include.am b/src/rust/include.am @@ -14,6 +14,9 @@ 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.toml \ + src/rust/rand/rng.toml \ src/rust/smartlist/Cargo.toml \ src/rust/smartlist/lib.rs \ src/rust/smartlist/smartlist.rs \