enterprise/syn-serde/examples/json2rust/Cargo.toml
2020-02-17 06:09:45 -06:00

12 lines
272 B
TOML

[package]
name = "json2rust"
version = "0.0.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
quote = "1.0"
syn-serde = { path = "../..", features = ["json"] }
syn = { version = "1.0", features = ["full"] }
tempfile = "3.1"