toml-rs/test-suite/Cargo.toml
2019-05-08 12:12:14 -07:00

17 lines
298 B
TOML

[package]
name = "toml_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
publish = false
edition = "2018"
[build-dependencies]
rustc_version = "0.2"
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"