aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
blob: 7c37e29547da6ef0a6c985b07e8eff4558ca24f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"