Files
awk/lexer/Cargo.toml
T
Guillem L. Jara 1609ff1b1c Initial commit
2026-04-29 22:16:25 +02:00

16 lines
257 B
TOML

[package]
name = "lexer"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
logos = "0.16.1"
# bytecount = "0.6.9"
memchr.workspace = true
thiserror.workspace = true
tracing.workspace = true
[lints]
workspace = true