watchexec/crates/filterer/ignore/Cargo.toml
github-actions[bot] 695b36e345
release: watchexec v2.0.2 (#414)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
2022-09-07 05:08:20 +00:00

47 lines
924 B
TOML

[package]
name = "watchexec-filterer-ignore"
version = "1.0.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
description = "Watchexec filterer component for ignore files"
keywords = ["watchexec", "filterer", "ignore"]
documentation = "https://docs.rs/watchexec-filterer-ignore"
homepage = "https://watchexec.github.io"
repository = "https://github.com/watchexec/watchexec"
readme = "README.md"
rust-version = "1.60.0"
edition = "2021"
[dependencies]
ignore = "0.4.18"
tracing = "0.1.26"
[dependencies.ignore-files]
version = "1.0.1"
path = "../../ignore-files"
[dependencies.watchexec]
version = "2.0.2"
path = "../../lib"
[dev-dependencies]
dunce = "1.0.2"
tracing-subscriber = "0.3.6"
[dev-dependencies.project-origins]
version = "1.1.1"
path = "../../project-origins"
[dev-dependencies.tokio]
version = "1.19.2"
features = [
"fs",
"io-std",
"rt",
"rt-multi-thread",
"macros",
]