mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
16 lines
276 B
TOML
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
|