aboutsummaryrefslogtreecommitdiff
path: root/src/rust/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-03 16:16:09 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-03 16:16:09 -0400
commit2f269bfaf1d1d89324e8936425bf19bb64bcb06e (patch)
tree821ae8a902d9cd64d6e2f67eb2587e6815c064a0 /src/rust/include.am
parent2d07aef3cc4ed21b7d66602912f74c287f5cb395 (diff)
downloadtor-2f269bfaf1d1d89324e8936425bf19bb64bcb06e.tar.gz
tor-2f269bfaf1d1d89324e8936425bf19bb64bcb06e.zip
Add src/rust/rand to include.am
Diffstat (limited to 'src/rust/include.am')
-rw-r--r--src/rust/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/include.am b/src/rust/include.am
index f1aa0bd5ac..4bc07b05c5 100644
--- 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 \