kanidm/server/testkit-macros/Cargo.toml

15 lines
243 B
TOML
Raw Permalink Normal View History

2022-10-24 01:50:31 +02:00
[package]
name = "testkit-macros"
version = "0.1.0"
edition = { workspace = true }
2022-10-24 01:50:31 +02:00
[lib]
proc-macro = true
test = true
doctest = false
2022-10-24 01:50:31 +02:00
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }