aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-07 22:32:08 +0100
committerGitHub <[email protected]>2020-07-07 22:32:08 +0100
commit41feb816c98894d48df97193eb085738e405a3c2 (patch)
tree0bfb9d622da4eb9b5bb2748f47b3de7ec24ad8f9 /crates/vfs/Cargo.toml
parent56ade20380a028026eeb71af2a8a81e37ede7efb (diff)
parent69b79e3a73f9a1b820cf6d5ebc9968d8b08d4e68 (diff)
Merge #5255
5255: Replace ad hocery with science r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
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 263069002..b985c4c10 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -6,5 +6,6 @@ edition = "2018"
6 6
7[dependencies] 7[dependencies]
8rustc-hash = "1.0" 8rustc-hash = "1.0"
9fst = "0.4"
9 10
10paths = { path = "../paths" } 11paths = { path = "../paths" }