mirror of
https://github.com/oxalica/nil.git
synced 2024-11-23 03:57:06 +03:00
15 lines
234 B
TOML
15 lines
234 B
TOML
[package]
|
|
name = "syntax"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
rust-version = "1.62"
|
|
|
|
[dependencies]
|
|
once_cell = "1.13.0"
|
|
regex-automata = "0.2.0"
|
|
rowan = "0.15.6"
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|