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

16 lines
276 B
TOML

[package]
name = "interpreter"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
color-eyre.workspace = true
either.workspace = true
memchr.workspace = true
thiserror.workspace = true
tracing.workspace = true
[lints]
workspace = true