]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rust-analyzer/crates/vfs/Cargo.toml
Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-for...
[rust.git] / src / tools / rust-analyzer / crates / vfs / Cargo.toml
index c6377348784a46a2eea7de09d11968b8e6c079e2..d7549a2841539bb1e9df66e5592d99b5d7c8a809 100644 (file)
@@ -12,6 +12,7 @@ doctest = false
 [dependencies]
 rustc-hash = "1.1.0"
 fst = "0.4.7"
+indexmap = "1.9.1"
 
 paths = { path = "../paths", version = "0.0.0" }
-indexmap = "1.9.1"
+stdx = { path = "../stdx", version = "0.0.0" }