summaryrefslogtreecommitdiff
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a20cdc3..dc6bbe8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[workspace] 1[workspace]
2members = ["derive","crimtag"] 2members = ["derive","crimtag", "lookahead"]
3default-members = ["derive","crimtag"] 3default-members = ["lookahead", "derive","crimtag"]
4resolver = "3" 4resolver = "3"
5 5
6[workspace.dependencies] 6[workspace.dependencies]