diff options
Diffstat (limited to 'crates/vfs/Cargo.toml')
-rw-r--r-- | crates/vfs/Cargo.toml | 1 |
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] |
8 | rustc-hash = "1.0" | 8 | rustc-hash = "1.0" |
9 | fst = "0.4" | ||
9 | 10 | ||
10 | paths = { path = "../paths" } | 11 | paths = { path = "../paths" } |