aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
blob: 894944b18dd6a135dcad7adcc0ccb88ceb9826cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vfs"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[lib]
doctest = false

[dependencies]
rustc-hash = "1.0"
fst = "0.4"

paths = { path = "../paths", version = "0.0.0" }
indexmap = "1.6.2"