toml-rs/serde-tests/Cargo.toml

22 lines
341 B
TOML
Raw Normal View History

2015-06-11 03:34:08 -05:00
[package]
name = "serde-tests"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
2016-03-08 01:48:01 -06:00
serde = "0.7"
2015-06-11 03:34:08 -05:00
toml = { path = "..", features = ["serde"] }
[build-dependencies]
2016-03-08 01:48:01 -06:00
syntex = "0.29"
serde_codegen = "0.7"
2015-06-11 03:34:08 -05:00
[lib]
name = "serde_tests"
path = "lib.rs"
[[test]]
name = "serde"
path = "test.rs"