enterprise/syn-serde/examples/json2rust/Cargo.toml

13 lines
272 B
TOML
Raw Normal View History

2020-02-17 12:09:45 +00:00
[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"