1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00
nil/Cargo.toml
2022-07-20 00:59:37 +08:00

14 lines
237 B
TOML

[package]
name = "nil"
version = "0.0.0"
edition = "2021"
[dependencies]
la-arena = "0.2.1"
rnix = { git = "https://github.com/oxalica/rnix-parser.git" }
rowan = "0.15.6"
salsa = "0.17.0-pre.2"
[dev-dependencies]
expect-test = "1.3.0"