summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-06-07 07:16:55 -0400
committerMica White <botahamec@outlook.com>2026-06-07 07:16:55 -0400
commitd555b1e96770406cbf3a7d8aeb56785dfb7ab8d4 (patch)
tree620e75c9f68dfd9d62dc73ef00ddec1605f7ca48 /Cargo.toml
parent67fc414e1e490da951bd0fd037f8ad179a0c0824 (diff)
Prepare 0.1 releaseHEADv0.1main
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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