diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-07 07:16:55 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-07 07:16:55 -0400 |
| commit | d555b1e96770406cbf3a7d8aeb56785dfb7ab8d4 (patch) | |
| tree | 620e75c9f68dfd9d62dc73ef00ddec1605f7ca48 /Cargo.toml | |
| parent | 67fc414e1e490da951bd0fd037f8ad179a0c0824 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
