toml-rs/test-suite/Cargo.toml

12 lines
218 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
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"