mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-26 13:30:24 +00:00
16 lines
234 B
TOML
16 lines
234 B
TOML
|
[package]
|
||
|
name = "rust-cookbook"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Brian Anderson <banderson@mozilla.com>"]
|
||
|
|
||
|
build = "build.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
byteorder = "1.0.0"
|
||
|
|
||
|
[build-dependencies]
|
||
|
skeptic = "0.6"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
skeptic = "0.6"
|