aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-17 10:46:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-17 10:46:24 -0700
commitb30dcccd4f6e3098e6bba7cc58ee12e4196a54e4 (patch)
tree88bc457a6e8a02fbbee63b11e9a4eacb79a1a4d4 /Cargo.lock
parent884baebe2d14a1326998be7704beb42564d1e9fd (diff)
downloadgeniza-b30dcccd4f6e3098e6bba7cc58ee12e4196a54e4.tar.gz
geniza-b30dcccd4f6e3098e6bba7cc58ee12e4196a54e4.zip
initial work on register directories
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e18cf0a..2da5853 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6,6 +6,7 @@ dependencies = [
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"integer-encoding 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]