]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide/Cargo.toml
added region folding
[rust.git] / crates / ide / Cargo.toml
index bb28cca4d41414ff820fc80b09232711990976ee..6ec1064267e308eab020dc90e0fc992cb7eeb3d2 100644 (file)
@@ -31,6 +31,10 @@ assists = { path = "../assists", version = "0.0.0" }
 ssr = { path = "../ssr", version = "0.0.0" }
 completion = { path = "../completion", version = "0.0.0" }
 
+lazy_static = "1.4.0"
+regex = "1.4.3"
+env_logger = { version = "0.8.1", default-features = false }
+
 # ide should depend only on the top-level `hir` package. if you need
 # something from some `hir_xxx` subpackage, reexport the API via `hir`.
 hir = { path = "../hir", version = "0.0.0" }