rust/crates/vfs/Cargo.toml

15 lines
198 B
TOML
Raw Normal View History

2020-06-15 06:29:07 -05:00
[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
2020-07-11 06:31:02 -05:00
[lib]
doctest = false
2020-06-15 06:29:07 -05:00
[dependencies]
rustc-hash = "1.0"
2020-07-07 15:53:12 -05:00
fst = "0.4"
2020-06-15 06:29:07 -05:00
paths = { path = "../paths" }