summaryrefslogtreecommitdiff
path: root/util-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util-macros/Cargo.toml')
-rw-r--r--util-macros/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-macros/Cargo.toml b/util-macros/Cargo.toml
index b8a14e5..efd017d 100644
--- a/util-macros/Cargo.toml
+++ b/util-macros/Cargo.toml
@@ -9,3 +9,5 @@ proc-macro = true
[dependencies]
quote = "1.0.35"
proc-macro2 = "1.0.78"
+syn = { version = "2.0.51", features = ["full"] }
+