aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 00a0067..3e3759e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -525,6 +525,15 @@ dependencies = [
"criterion",
"logos",
"owo-colors",
+ "tihdy_derive",
+]
+
+[[package]]
+name = "tihdy_derive"
+version = "0.1.0"
+dependencies = [
+ "quote",
+ "syn",
]
[[package]]