blob: db99707b3f8994a7e88da11df6a6e21be1d26eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
rustc-hash = "1.0"
fst = "0.4"
paths = { path = "../paths" }
|