toml-rs/test-suite/Cargo.toml

15 lines
262 B
TOML
Raw Normal View History

2017-11-12 19:26:09 -06:00
[package]
name = "toml_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false
[build-dependencies]
rustc_version = "0.2"
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"