summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-08-19 19:22:32 -0400
committerMica White <botahamec@outlook.com>2026-08-19 19:22:32 -0400
commitbda071150154b953a42cbf6743ac1b79f8bf0668 (patch)
treecf4605cea9537aca9be4512e0996b58db45b9762 /Cargo.toml
parent2573cbc9622da4c74429b4f6bb9c640b95dc4c04 (diff)
Support custom fields and methods
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8310d92..52eeaff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,14 @@
[package]
name = "feluments"
-version = "0.1.0"
+version = "0.2.0"
+authors = ["Mica White <botahamec@outlook.com>"]
edition = "2024"
+rust-version = "1.85.1"
+description = "Derived builder macros"
+repository = "www.botahamec.dev/cgit/feluments"
+license = "CC0-1.0"
+keywords = ["macro", "derive", "macros", "builder"]
+categories = ["rust-patterns"]
[lib]
proc-macro = true