]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_assists/Cargo.toml
parameters.split_last()
[rust.git] / crates / ide_assists / Cargo.toml
index f9f9b3936fd66a316b679db033db4ec92c6fcfd0..878c556d77124cab858d545376527680607397e6 100644 (file)
@@ -4,6 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -13,9 +14,9 @@ cov-mark = "2.0.0-pre.1"
 rustc-hash = "1.1.0"
 itertools = "0.10.0"
 either = "1.6.1"
-indexmap = "1.6.2"
 
 stdx = { path = "../stdx", version = "0.0.0" }
+parser = { path = "../parser", version = "0.0.0" }
 syntax = { path = "../syntax", version = "0.0.0" }
 text_edit = { path = "../text_edit", version = "0.0.0" }
 profile = { path = "../profile", version = "0.0.0" }