1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-30 12:13:38 +03:00
nil/crates/ide/Cargo.toml
2023-02-03 03:45:17 +08:00

25 lines
470 B
TOML

[package]
name = "ide"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.66"
[dependencies]
bitflags = "1.3.2"
builtin = { path = "../builtin" }
either = "1.8.0"
indexmap = "1.9.1"
itertools = "0.10.5"
la-arena = "0.3.0"
nix-interop = { path = "../nix-interop" }
ordered-float = "3.4.0"
salsa = "0.17.0-pre.2"
smol_str = "0.1.23"
syntax = { path = "../syntax" }
url = "2.3.1"
[dev-dependencies]
anyhow = "1.0.60"
expect-test = "1.4.0"