mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
22 lines
417 B
TOML
22 lines
417 B
TOML
[package]
|
|
name = "parser"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
lexer.workspace = true
|
|
either.workspace = true
|
|
memchr.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
smallvec.workspace = true
|
|
bumpalo.workspace = true
|
|
hashbrown.workspace = true
|
|
allocator-api2.workspace = true
|
|
ahash.workspace = true
|
|
ariadne = "0.6.0"
|
|
|
|
[lints]
|
|
workspace = true
|