summaryrefslogtreecommitdiff
path: root/varihappy-macros/Cargo.toml
diff options
context:
space:
mode:
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"