Add some metadata for lib macros (#2735)

This commit is contained in:
Firstyear 2024-05-01 13:34:39 +10:00 committed by GitHub
parent ef2701687e
commit 59162236f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,15 @@
[package]
name = "kanidmd_lib_macros"
description = "Kanidm Server Library Support Macros"
documentation = "https://docs.rs/kanidm/latest/kanidm/"
version = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
[lib]
proc-macro = true