zed/crates/fsevent/Cargo.toml
Max Brunsfeld 05df1dfae9 Disable doctests for all libraries
We don't use them, and they add a lot of noise to the test output
when running all tests in the workspace.
2022-03-03 16:15:56 -08:00

21 lines
301 B
TOML

[package]
name = "fsevent"
version = "2.0.2"
license = "MIT"
edition = "2021"
[lib]
path = "src/fsevent.rs"
doctest = false
[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"]