mirror of
https://github.com/oxalica/nil.git
synced 2024-11-26 12:30:54 +03:00
21 lines
332 B
TOML
21 lines
332 B
TOML
[package]
|
|
name = "syntax"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
once_cell = "1.17.0"
|
|
regex-automata = "0.3.0"
|
|
rowan = "0.15.6"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5.1"
|
|
expect-test = "1.4.0"
|
|
walkdir = "2.3.3"
|
|
|
|
[[bench]]
|
|
name = "parse"
|
|
harness = false
|