mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Add some metadata for lib macros (#2735)
This commit is contained in:
parent
ef2701687e
commit
59162236f5
|
@ -1,7 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kanidmd_lib_macros"
|
name = "kanidmd_lib_macros"
|
||||||
|
description = "Kanidm Server Library Support Macros"
|
||||||
|
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
||||||
|
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
|
authors = { workspace = true }
|
||||||
|
rust-version = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
|
license = { workspace = true }
|
||||||
|
homepage = { workspace = true }
|
||||||
|
repository = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in a new issue