Skip to content

Commit

Permalink
Add some metadata for lib macros (kanidm#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored May 1, 2024
1 parent ef27016 commit 5916223
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/lib-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5916223

Please sign in to comment.