rust-analyzer/crates/vfs/Cargo.toml

16 lines
247 B
TOML
Raw Normal View History

2020-06-15 11:29:07 +00:00
[package]
name = "vfs"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
license = "MIT OR Apache-2.0"
2020-06-15 11:29:07 +00:00
authors = ["rust-analyzer developers"]
edition = "2018"
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
2020-06-15 11:29:07 +00:00
[dependencies]
rustc-hash = "1.0"
2020-07-07 20:53:12 +00:00
fst = "0.4"
2020-06-15 11:29:07 +00:00
2020-08-24 08:25:19 +00:00
paths = { path = "../paths", version = "0.0.0" }