]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/vfs/Cargo.toml
:arrow_up: rust-analyzer
[rust.git] / src / tools / rust-analyzer / 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 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 rustc-hash = "1.1.0"
14 fst = "0.4.7"
15 indexmap = "1.9.1"
16
17 paths = { path = "../paths", version = "0.0.0" }
18 stdx = { path = "../stdx", version = "0.0.0" }