mirror of
https://github.com/openharmony/third_party_rust_syn.git
synced 2026-07-01 20:44:18 -04:00
24b56b7a55
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
16 lines
329 B
TOML
16 lines
329 B
TOML
[package]
|
|
name = "dump-syntax"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
colored = "2"
|
|
proc-macro2 = { version = "1", features = ["span-locations"] }
|
|
|
|
[dependencies.syn]
|
|
default-features = false
|
|
features = ["extra-traits", "full", "parsing"]
|
|
path = "../.."
|