aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
blob: 7c91787acf8dc102346aa44fec298880ef5ef345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "toml_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
publish = false

[build-dependencies]
rustc_version = "0.2"

[dev-dependencies]
toml = { path = ".." }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"