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

[lib]
doctest = false

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

paths = { path = "../paths" }