]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_db/Cargo.toml
Merge #11002
[rust.git] / crates / ide_db / Cargo.toml
index 981a58347a515fa7cb1e16523a52e7c43fe61d28..ea20f5372c97bd2bb206e14eaf73c5b14d941cc9 100644 (file)
@@ -3,7 +3,8 @@ name = "ide_db"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-edition = "2018"
+edition = "2021"
+rust-version = "1.56"
 
 [lib]
 doctest = false
@@ -17,6 +18,8 @@ rustc-hash = "1.1.0"
 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" }
@@ -30,4 +33,6 @@ limit = { path = "../limit", version = "0.0.0" }
 
 [dev-dependencies]
 test_utils = { path = "../test_utils" }
-expect-test = "1.1"
+sourcegen = { path = "../sourcegen" }
+xshell = "0.1"
+expect-test = "1.2.0-pre.1"