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

[dependencies]
rustc-hash = "1.0"
jod-thread = "0.1.0"
walkdir = "2.3.1"
globset = "0.4.5"
crossbeam-channel = "0.4.0"

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