Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing

This commit is contained in:
Brad Anderson 2017-02-25 16:49:32 -06:00
commit d198618a95

View file

@ -6,13 +6,14 @@ authors = ["Brian Anderson <banderson@mozilla.com>"]
build = "build.rs"
[dependencies]
rand = "0.3"
rand = "0.3.15"
byteorder = "1.0.0"
error-chain = "0.8.0"
json = "0.11.5"
toml = "0.3"
serde_derive = "0.9.9"
[build-dependencies]
skeptic = "0.7"