aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
blob: 2630690027f63e803b8d38818e43a0a1f83a3dc8 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "vfs"
version = "0.1.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[dependencies]
rustc-hash = "1.0"

paths = { path = "../paths" }