1b062a9bac
This is no longer necessary, as <1.20 is no longer supported.
12 lines
218 B
TOML
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"
|