chore(release): Add metadata to enum_display_style_derive

This commit is contained in:
2025-08-29 17:22:15 -06:00
parent be09e1d932
commit 8e74709b9c
@@ -2,6 +2,12 @@
name = "enum_display_style_derive" name = "enum_display_style_derive"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
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] [lib]
proc-macro = true proc-macro = true