mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 19:43:06 +00:00
16 lines
256 B
TOML
16 lines
256 B
TOML
[package]
|
|
name = "rust-cookbook"
|
|
version = "0.1.0"
|
|
authors = ["Brian Anderson <banderson@mozilla.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
byteorder = "1.0.0"
|
|
error-chain = "0.8.0"
|
|
|
|
[build-dependencies]
|
|
skeptic = "0.6"
|
|
|
|
[dev-dependencies]
|
|
skeptic = "0.6"
|