]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_db/Cargo.toml
Merge #11002
[rust.git] / crates / ide_db / Cargo.toml
index 754b6f1a09416f85ffd1c3047ae3a9bed5020303..ea20f5372c97bd2bb206e14eaf73c5b14d941cc9 100644 (file)
@@ -4,6 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
+rust-version = "1.56"
 
 [lib]
 doctest = false
@@ -18,6 +19,7 @@ once_cell = "1.3.1"
 either = "1.6.1"
 itertools = "0.10.0"
 arrayvec = "0.7"
+indexmap = "1.7"
 
 stdx = { path = "../stdx", version = "0.0.0" }
 syntax = { path = "../syntax", version = "0.0.0" }