summaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'derive/Cargo.toml')
-rw-r--r--derive/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/derive/Cargo.toml b/derive/Cargo.toml
index 65f3a75..bb5ddf3 100644
--- a/derive/Cargo.toml
+++ b/derive/Cargo.toml
@@ -6,5 +6,9 @@ edition = "2024"
6[lib] 6[lib]
7proc-macro = true 7proc-macro = true
8 8
9[dependencies]
10lookahead = {path="../lookahead"}
11
9[dev-dependencies] 12[dev-dependencies]
10crimtag = { path = "../crimtag"} 13crimtag = { path = "../crimtag"}
14