mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
b20f5e9139
* Rework fsevent API to expose a handle for halting the event stream Co-Authored-By: Nathan Sobo <nathan@zed.dev>
17 lines
254 B
TOML
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"]
|