toml-rs/test-suite/Cargo.toml

17 lines
298 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>"]
2017-11-12 17:17:52 -06:00
build = "build.rs"
2017-11-12 19:26:09 -06:00
publish = false
2019-05-08 14:12:14 -05:00
edition = "2018"
2017-11-12 19:26:09 -06:00
[build-dependencies]
rustc_version = "0.2"
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"