mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
12 lines
182 B
TOML
12 lines
182 B
TOML
[package]
|
|
name = "syntax"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
once_cell = "1.13.0"
|
|
regex-automata = "0.2.0"
|
|
rowan = "0.15.6"
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|