1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-23 03:57:06 +03:00
nil/Cargo.toml

13 lines
220 B
TOML
Raw Normal View History

2022-07-18 05:39:12 +03:00
[package]
name = "nil"
version = "0.0.0"
edition = "2021"
[dependencies]
2022-07-18 19:14:23 +03:00
la-arena = "0.2.1"
2022-07-19 19:16:53 +03:00
rnix = { git = "https://github.com/oxalica/rnix-parser.git" }
salsa = "0.17.0-pre.2"
2022-07-18 19:14:23 +03:00
[dev-dependencies]
expect-test = "1.3.0"