mirror of
https://github.com/oxalica/nil.git
synced 2024-11-23 03:57:06 +03:00
31 lines
468 B
TOML
31 lines
468 B
TOML
[package]
|
|
name = "nil"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
either = "1.7.0"
|
|
indexmap = "1.9.1"
|
|
la-arena = "0.2.1"
|
|
ordered-float = "3.0.0"
|
|
phf = { version = "0.11.0", features = ["macros"] }
|
|
rowan = "0.15.6"
|
|
salsa = "0.17.0-pre.2"
|
|
smol_str = "0.1.23"
|
|
|
|
syntax = { path = "./syntax" }
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.60"
|
|
expect-test = "1.3.0"
|
|
|
|
[workspace]
|
|
members = [
|
|
"syntax",
|
|
"lsp",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = 1
|