aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-07 21:53:12 +0100
committerAleksey Kladov <[email protected]>2020-07-07 22:28:48 +0100
commit69b79e3a73f9a1b820cf6d5ebc9968d8b08d4e68 (patch)
tree774b3fed621311b5d1db620dc2b5f2a4597d2bfa /crates/vfs/Cargo.toml
parent980a67f44629ed67a54b603aaf9d015a81d61f7a (diff)
Replace ad hocery with science
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" }