Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs/Cargo.toml')
-rw-r--r--crates/vfs/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index 84f2110eba..e8a6195036 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "vfs"
version = "0.0.0"
-description = "TBD"
+repository.workspace = true
+description = "A virtual file system for rust-analyzer."
authors.workspace = true
edition.workspace = true
@@ -17,6 +18,7 @@ tracing.workspace = true
fst = "0.4.7"
indexmap.workspace = true
nohash-hasher.workspace = true
+crossbeam-channel.workspace = true
paths.workspace = true
stdx.workspace = true