From 1553b785cbc75bfc47066096b81d0066017a91ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 30 Jun 2026 13:21:38 -0700 Subject: Added LookAhead, fixed up the proc-macro. LookAhead should make the rest of the parser and lexer stuff way easier, probably spin that out into it's own lib later on. --- derive/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'derive/Cargo.toml') 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" [lib] proc-macro = true +[dependencies] +lookahead = {path="../lookahead"} + [dev-dependencies] crimtag = { path = "../crimtag"} + -- cgit v1.2.3