summaryrefslogtreecommitdiff
path: root/src/rust/include.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/include.am')
-rw-r--r--src/rust/include.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rust/include.am b/src/rust/include.am
index 3edc87e1e2..ba652bda0c 100644
--- a/src/rust/include.am
+++ b/src/rust/include.am
@@ -4,7 +4,12 @@ EXTRA_DIST +=\
src/rust/Cargo.toml \
src/rust/Cargo.lock \
src/rust/.cargo/config.in \
+ src/rust/crypto/Cargo.toml \
+ src/rust/crypto/lib.rs \
+ src/rust/crypto/digests/mod.rs \
+ src/rust/crypto/digests/sha2.rs \
src/rust/external/Cargo.toml \
+ src/rust/external/crypto_digest.rs \
src/rust/external/crypto_rand.rs \
src/rust/external/external.rs \
src/rust/external/lib.rs \