mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
14 lines
188 B
TOML
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
|
||
|
|