In with the new.

This commit is contained in:
Sean Bowe
2017-01-08 00:08:49 -07:00
parent c506c48c91
commit 2321ead995
17 changed files with 4184 additions and 5 deletions

View File

@@ -9,4 +9,10 @@ repository = "https://github.com/ebfull/bellman"
version = "0.0.1"
[dependencies]
rand = "0.3.15"
rand = "0.3.*"
rayon = "0.6.*"
byteorder = "1.*"
serde = "0.9.*"
[dev-dependencies.bincode]
git = "https://github.com/TyOverby/bincode.git"