1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 21:02:32 +03:00
nil/syntax/Cargo.toml
2022-08-01 09:12:08 +08:00

14 lines
212 B
TOML

[package]
name = "syntax"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
once_cell = "1.13.0"
regex-automata = "0.2.0"
rowan = "0.15.6"
[dev-dependencies]
expect-test = "1.4.0"