mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
0e4d9472a9
Release Notes: - N/A
25 lines
382 B
TOML
25 lines
382 B
TOML
[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]
|
|
tempfile.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-apple-darwin"]
|