rust/crates/vfs/Cargo.toml

11 lines
163 B
TOML
Raw Normal View History

2020-06-15 13:29:07 +02:00
[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[dependencies]
rustc-hash = "1.0"
paths = { path = "../paths" }