zed/crates/fsevent/Cargo.toml

25 lines
382 B
TOML
Raw Normal View History

[package]
name = "fsevent"
version = "2.0.2"
license = "MIT"
edition = "2021"
publish = false
[lib]
path = "src/fsevent.rs"
doctest = false
[dependencies]
bitflags = "1"
parking_lot.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]
fsevent-sys = "3.0.2"
[dev-dependencies]
2024-01-24 20:58:09 +03:00
tempfile.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin"]