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

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