diff --git a/lunanode_macros/Cargo.toml b/lunanode_macros/Cargo.toml index 786b805..92f87f9 100644 --- a/lunanode_macros/Cargo.toml +++ b/lunanode_macros/Cargo.toml @@ -2,8 +2,17 @@ name = "lunanode_macros" version = "0.1.0" edition = "2021" +authors = ["Tait Hoyem "] +description = "Macros to assist in creation of the lunanode crate." +license = "agpl-3-only" +readme = "REAMDE.md" +repository = "https://git.tait.tech/tait/lunanode/" +keywords = ["macros", "helper"] +categories = ["proc_macro", "helper"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[package.metadata.release] +release = true +publish = true [lib] proc_macro = true