aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-11-19 22:26:50 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-11-19 22:26:50 -0800
commit23a1fa44e8f69dedf23ea1e713a02b5112f9413a (patch)
tree654451bb1fd1311f41cdda5c38929c76501c44b9 /Cargo.toml
parent6b7aed37b9671ddcb473ce411f18bbbc9186cc4d (diff)
downloadgeniza-23a1fa44e8f69dedf23ea1e713a02b5112f9413a.tar.gz
geniza-23a1fa44e8f69dedf23ea1e713a02b5112f9413a.zip
start testing CLI args
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40bd137..9b53408 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,11 @@ rand = "0.3"
protobuf = "1.3"
log = "0.3"
sodiumoxide = "0.0.16"
+bit_field = "0.9"
[dev-dependencies]
tempdir = "0.3"
+assert_cli = "0.5"
[patch.crates-io]
sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' }