third_party_rust_syn/dev/Cargo.toml
徐未来 76b407eb79 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 16:51:27 +08:00

23 lines
357 B
TOML

[package]
name = "syn-dev"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2021"
publish = false
[lib]
path = "parse.rs"
proc-macro = true
[[bin]]
path = "main.rs"
name = "syn-dev"
[dependencies]
quote = "1"
[dependencies.syn]
default-features = false
features = ["extra-traits", "full", "parsing", "proc-macro"]
path = ".."