summaryrefslogtreecommitdiff
path: root/varihappy-macros/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-05-11 22:49:50 -0400
committerMica White <botahamec@outlook.com>2026-05-11 22:49:50 -0400
commitfd835b4ce895d83940cca0107fd03c7b035506ac (patch)
tree2e0c0b1a9d3a6c6faeaf035ede20ada0ee5759e8 /varihappy-macros/Cargo.toml
parent3b3428d67ec465ee860c9cafcb10b99a2a2d37ec (diff)
Use proc macros to expand the number of traits
Diffstat (limited to 'varihappy-macros/Cargo.toml')
-rw-r--r--varihappy-macros/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/varihappy-macros/Cargo.toml b/varihappy-macros/Cargo.toml
index 968ce85..3999ad5 100644
--- a/varihappy-macros/Cargo.toml
+++ b/varihappy-macros/Cargo.toml
@@ -7,4 +7,6 @@ edition = "2024"
proc-macro = true
[dependencies]
-proc_macros = "0.1.0"
+proc-macro2 = "1"
+syn = "2"
+quote = "1"