mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 09:48:10 +00:00
10 lines
163 B
TOML
10 lines
163 B
TOML
[package]
|
|
name = "vfs"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rustc-hash = "1.0"
|
|
|
|
paths = { path = "../paths" }
|