summaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 3820f50..9a3fcaf 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2024"
proc-macro = true
[dependencies]
+proc-macro2 = "1.0.107"
+quote = "1.0.47"
+syn = "3.0.3"