mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-29 06:40:33 +00:00
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
This commit is contained in:
commit
d198618a95
1 changed files with 2 additions and 1 deletions
|
@ -6,13 +6,14 @@ authors = ["Brian Anderson <banderson@mozilla.com>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3.15"
|
||||||
byteorder = "1.0.0"
|
byteorder = "1.0.0"
|
||||||
error-chain = "0.8.0"
|
error-chain = "0.8.0"
|
||||||
json = "0.11.5"
|
json = "0.11.5"
|
||||||
toml = "0.3"
|
toml = "0.3"
|
||||||
serde_derive = "0.9.9"
|
serde_derive = "0.9.9"
|
||||||
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
skeptic = "0.7"
|
skeptic = "0.7"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue