13 lines
199 B
TOML
13 lines
199 B
TOML
[package]
|
|
name = "slhx-derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full"] }
|