]> git.lizzy.rs Git - rust.git/blobdiff - crates/vfs-notify/Cargo.toml
Merge #11713
[rust.git] / crates / vfs-notify / Cargo.toml
index 95c56ffa6d6c738d27cb4967d93efa93618e9302..10addab1e4b21f91391424bb129baa86e313af1c 100644 (file)
@@ -1,21 +1,20 @@
 [package]
 name = "vfs-notify"
-version = "0.1.0"
-authors = ["rust-analyzer developers"]
-edition = "2018"
+version = "0.0.0"
+description = "TBD"
 license = "MIT OR Apache-2.0"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
 
 [dependencies]
-log = "0.4.8"
-rustc-hash = "1.0"
+tracing = "0.1"
 jod-thread = "0.1.0"
 walkdir = "2.3.1"
-globset = "0.4.5"
-crossbeam-channel = "0.4.0"
-notify = "5.0.0-pre.3"
+crossbeam-channel = "0.5.0"
+notify = "=5.0.0-pre.14"
 
-vfs = { path = "../vfs" }
-paths = { path = "../paths" }
+vfs = { path = "../vfs", version = "0.0.0" }
+paths = { path = "../paths", version = "0.0.0" }