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

[build-dependencies]
rustc_version = "0.2"

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