mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
22 lines
330 B
TOML
22 lines
330 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"
|
|
fsevent-sys = "3.0.2"
|
|
parking_lot.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempdir.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-apple-darwin"]
|