From d555b1e96770406cbf3a7d8aeb56785dfb7ab8d4 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 7 Jun 2026 07:16:55 -0400 Subject: Prepare 0.1 release --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8310d92..d38b879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,15 @@ [package] name = "feluments" version = "0.1.0" +authors = ["Mica White"] edition = "2024" +rust-version = "1.85.1" +description = "A convenience macro for Rust builders" +readme = "README.md" +repository = "https://www.botahamec.dev/cgit/feluments" +license = "CC0-1.0" +keywords = ["builder", "macro", "api", "derive", "utility"] +categories = ["rust-patterns"] [lib] proc-macro = true -- cgit v1.2.3