toml-rs/test-suite/Cargo.toml
Eric Huss 1b062a9bac Remove rustc version checking.
This is no longer necessary, as <1.20 is no longer supported.
2019-05-08 17:39:18 -07:00

12 lines
218 B
TOML

[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"