rust-cookbook/Cargo.toml
2017-02-26 10:38:25 -06:00

21 lines
325 B
TOML

[package]
name = "rust-cookbook"
version = "0.1.0"
authors = ["Brian Anderson <banderson@mozilla.com>"]
build = "build.rs"
[dependencies]
rand = "0.3.15"
byteorder = "1.0.0"
error-chain = "0.8.0"
json = "0.11.5"
toml = "0.3"
petgraph = "0.4.3"
[build-dependencies]
skeptic = "0.7.1"
[dev-dependencies]
skeptic = "0.7.1"