diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |