rust-analyzer/crates/vfs/Cargo.toml

16 lines
228 B
TOML
Raw Normal View History

2020-06-15 11:29:07 +00:00
[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2020-06-15 11:29:07 +00:00
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
paths = { path = "../paths" }