rust/crates/vfs/Cargo.toml
2020-07-07 23:28:48 +02:00

11 lines
175 B
TOML

[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[dependencies]
rustc-hash = "1.0"
fst = "0.4"
paths = { path = "../paths" }