aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-01-21 23:26:43 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-01-21 23:26:43 -0800
commit7989a5f2979361b0ebdcdaea41cccbd02c38fdd1 (patch)
tree47d7040c9bc4876c63508d8f2bb234258aa4edfd /Cargo.toml
parentea03184d22a30cb6f661a414d6e773d67c97caa4 (diff)
downloadgeniza-7989a5f2979361b0ebdcdaea41cccbd02c38fdd1.tar.gz
geniza-7989a5f2979361b0ebdcdaea41cccbd02c38fdd1.zip
add chan crates (and bit-vec)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acfe8bb..4788816 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,8 +15,11 @@ protobuf = "1.3"
log = "0.3"
sodiumoxide = "0.0.16"
bit_field = "0.9"
+bit-vec = "0.4.4"
resolve = "0.1.2"
data-encoding = "2.0"
+chan = "0.1.20"
+chan-signal = "0.3.1"
[dev-dependencies]
tempdir = "0.3"