zed/fsevent/Cargo.toml
Max Brunsfeld b20f5e9139 Fully halt background scanner threads when dropping Worktree
* Rework fsevent API to expose a handle for halting the event stream

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-04-20 15:55:29 -07:00

17 lines
254 B
TOML

[package]
name = "fsevent"
version = "2.0.2"
license = "MIT"
edition = "2018"
[dependencies]
bitflags = "1"
fsevent-sys = "3.0.2"
parking_lot = "0.11.1"
[dev-dependencies]
tempdir = "0.3.7"
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin"]