1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 12:03:30 +03:00
nil/crates/syntax/Cargo.toml

15 lines
234 B
TOML
Raw Normal View History

2022-07-22 21:22:58 +03:00
[package]
name = "syntax"
version = "0.0.0"
edition = "2021"
2022-08-01 04:12:08 +03:00
license = "MIT OR Apache-2.0"
2022-09-27 17:17:40 +03:00
rust-version = "1.62"
2022-07-22 21:22:58 +03:00
[dependencies]
once_cell = "1.13.0"
regex-automata = "0.2.0"
rowan = "0.15.6"
[dev-dependencies]
expect-test = "1.4.0"