toml-rs/test-suite/Cargo.toml

13 lines
235 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
2019-05-08 14:12:14 -05:00
edition = "2018"
2017-11-12 19:26:09 -06:00
[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"