toml-rs/test-suite/Cargo.toml
2019-07-30 13:16:59 -04:00

13 lines
272 B
TOML

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