aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
blob: 9ae8f19b6f9023157a9e626752666d0767cd8c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "vfs"
version = "0.0.0"
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" }