kanidm/kanidmd/lib-macros/Cargo.toml
2022-10-24 09:50:31 +10:00

14 lines
188 B
TOML

[package]
name = "kanidmd_lib_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true