summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/cfg_file_derive/Cargo.toml
blob: ce5e77f078d51b59b4621ac3f2c14c1a214a1edc (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cfg_file_derive"
edition = "2024"
version.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"