From 8e74709b9c1b6612872b45a8203dee1bc828c264 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 29 Aug 2025 17:22:15 -0600 Subject: [PATCH] chore(release): Add metadata to enum_display_style_derive --- proc_macros/enum_display_style_derive/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proc_macros/enum_display_style_derive/Cargo.toml b/proc_macros/enum_display_style_derive/Cargo.toml index 5c4a7fe..ac051e9 100644 --- a/proc_macros/enum_display_style_derive/Cargo.toml +++ b/proc_macros/enum_display_style_derive/Cargo.toml @@ -2,6 +2,12 @@ name = "enum_display_style_derive" version = "0.1.0" edition = "2024" +authors = ["Alex Clarke "] +description = "A proc-macro to derive a `Display` and `FromStr` implementation for enums with a `style` attribute." +license = "MIT" +documentation = "https://github.com/Dark-Alex-17/managarr" +repository = "https://github.com/Dark-Alex-17/managarr" +homepage = "https://github.com/Dark-Alex-17/managarr" [lib] proc-macro = true