mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-26 17:31:44 +00:00
76b407eb79
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
23 lines
357 B
TOML
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 = ".."
|