From 697989c7ba19faae1ae1fae010cecb59732b90c2 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 9 Oct 2022 08:47:27 -0600 Subject: [PATCH] Add publish options --- lunanode_macros/Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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