summaryrefslogtreecommitdiff
path: root/varihappy-macros/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-05-12 13:33:22 -0400
committerMica White <botahamec@outlook.com>2026-05-12 13:33:22 -0400
commit8b534ea0488701d3312894e3a0ee9531e2cd444c (patch)
tree69205b29b22219fd7de56e70f93a99273120c19b /varihappy-macros/Cargo.toml
parentfd835b4ce895d83940cca0107fd03c7b035506ac (diff)
Implement Tuple for all tuple lengths
Diffstat (limited to 'varihappy-macros/Cargo.toml')
-rw-r--r--varihappy-macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/varihappy-macros/Cargo.toml b/varihappy-macros/Cargo.toml
index 3999ad5..0f98af9 100644
--- a/varihappy-macros/Cargo.toml
+++ b/varihappy-macros/Cargo.toml
@@ -10,3 +10,4 @@ proc-macro = true
proc-macro2 = "1"
syn = "2"
quote = "1"
+unsynn = "0.3"