From 23a1fa44e8f69dedf23ea1e713a02b5112f9413a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 19 Nov 2017 22:26:50 -0800 Subject: start testing CLI args --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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' } -- cgit v1.2.3