From c002322bde06a73c8cfa02cd1cbe33cf225da47b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 15 Jun 2020 13:29:07 +0200 Subject: New VFS API --- crates/vfs/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/vfs/Cargo.toml (limited to 'crates/vfs/Cargo.toml') diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml new file mode 100644 index 000000000..c03e6363b --- /dev/null +++ b/crates/vfs/Cargo.toml @@ -0,0 +1,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" } -- cgit v1.2.3