1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 03:57:06 +03:00
nil/crates/syntax/Cargo.toml
2022-09-27 22:23:22 +08:00

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"