2020-06-15 11:29:07 +00:00
|
|
|
[package]
|
|
|
|
name = "vfs"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-08-13 15:42:52 +00:00
|
|
|
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" }
|
2021-04-01 11:01:59 +00:00
|
|
|
indexmap = "1.6.2"
|