rust/crates/vfs/Cargo.toml

16 lines
228 B
TOML
Raw Normal View History

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