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

11 lines
241 B
TOML
Raw Normal View History

2020-02-17 12:09:45 +00:00
[package]
name = "rust2json"
version = "0.0.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
syn-serde = { path = "../..", features = ["json"] }
syn = { version = "1.0", features = ["full"] }