aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
diff options
context:
space:
mode:
authorAlexandru Macovei <[email protected]>2021-04-01 12:01:59 +0100
committerAlexandru Macovei <[email protected]>2021-04-06 14:03:57 +0100
commit4e2a6ac7eae3ff193962421cc3c86e5d8f9a7e31 (patch)
treeeb0b8b0979b80553c3b9e285228f770e2a023244 /crates/vfs/Cargo.toml
parent32304d14a1a5e316615028ffd7bcfcff682fbe56 (diff)
Avoid duplicating VfsPath in vfs::path_interner::PathInterner by using an IndexSet
Diffstat (limited to 'crates/vfs/Cargo.toml')
-rw-r--r--crates/vfs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index c318a68f7..894944b18 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -14,3 +14,4 @@ rustc-hash = "1.0"
14fst = "0.4" 14fst = "0.4"
15 15
16paths = { path = "../paths", version = "0.0.0" } 16paths = { path = "../paths", version = "0.0.0" }
17indexmap = "1.6.2"