16 lines
254 B
TOML
16 lines
254 B
TOML
[package]
|
|
name = "xmpd-derive"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
proc-macro=true
|
|
|
|
[dependencies]
|
|
quote = "1.0.37"
|
|
syn = "2.0.87"
|
|
# xmpd-gui.path = "../xmpd-gui"
|