]> git.lizzy.rs Git - rust.git/blob - crates/vfs/Cargo.toml
Merge #9939
[rust.git] / crates / vfs / Cargo.toml
1 [package]
2 name = "vfs"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 rustc-hash = "1.0"
13 fst = "0.4"
14
15 paths = { path = "../paths", version = "0.0.0" }
16 indexmap = "1.6.2"