summaryrefslogtreecommitdiff
path: root/lookahead/Cargo.toml
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-06-30 13:21:38 -0700
committerMike Buland <mike@xagasoft.com>2026-06-30 13:21:38 -0700
commit1553b785cbc75bfc47066096b81d0066017a91ad (patch)
treed10b1dcf71c6ecf833b2eb9e9dbfde303b88fa9e /lookahead/Cargo.toml
parent062048ef6e3e060bcf841ea2ec92e026f09d8da0 (diff)
downloadcrimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.gz
crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.bz2
crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.xz
crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.zip
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.
Diffstat (limited to 'lookahead/Cargo.toml')
-rw-r--r--lookahead/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lookahead/Cargo.toml b/lookahead/Cargo.toml
new file mode 100644
index 0000000..d79f913
--- /dev/null
+++ b/lookahead/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2name = "lookahead"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]