mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
1445ce10b5
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
20 lines
285 B
TOML
20 lines
285 B
TOML
[package]
|
|
name = "fsevent"
|
|
version = "2.0.2"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "src/fsevent.rs"
|
|
|
|
[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"]
|