mirror of
https://github.com/oxalica/nil.git
synced 2024-12-01 14:32:12 +03:00
27 lines
582 B
TOML
27 lines
582 B
TOML
[package]
|
|
name = "ide"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
builtin = { path = "../builtin" }
|
|
either = "1.8.0"
|
|
if_chain = "1.0.2"
|
|
indexmap = "1.9.1"
|
|
itertools = "0.10.5"
|
|
la-arena = "0.3.0"
|
|
nix-interop = { path = "../nix-interop" }
|
|
once_cell = "1.17.0"
|
|
ordered-float = "3.4.0"
|
|
salsa = "0.17.0-pre.2"
|
|
smallvec = { version = "1.10.0", features = ["const_generics", "union"] }
|
|
smol_str = "0.2.0"
|
|
syntax = { path = "../syntax" }
|
|
url = "2.3.1"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.60"
|
|
expect-test = "1.4.0"
|