rust/crates/vfs/Cargo.toml
2020-07-14 10:57:26 +09:00

15 lines
228 B
TOML

[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" }