mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +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"
|
||||
|
||||
[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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue