mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
14 lines
198 B
TOML
14 lines
198 B
TOML
[package]
|
|
name = "vfs"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
rustc-hash = "1.0"
|
|
fst = "0.4"
|
|
|
|
paths = { path = "../paths" }
|