mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
29 lines
700 B
TOML
29 lines
700 B
TOML
[package]
|
|
name = "ignore-files"
|
|
version = "1.0.1"
|
|
|
|
authors = ["Félix Saparelli <felix@passcod.name>"]
|
|
license = "Apache-2.0"
|
|
description = "Find, parse, and interpret ignore files"
|
|
keywords = ["ignore", "files", "discover", "find"]
|
|
|
|
documentation = "https://docs.rs/ignore-files"
|
|
repository = "https://github.com/watchexec/watchexec"
|
|
readme = "README.md"
|
|
|
|
rust-version = "1.58.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
ignore = "0.4.18"
|
|
git-config = "0.12.0"
|
|
tokio = { version = "1.19.2", default-features = false, features = ["fs"] }
|
|
tracing = "0.1.35"
|
|
dunce = "1.0.2"
|
|
miette = "5.3.0"
|
|
thiserror = "1.0.31"
|
|
|
|
[dependencies.project-origins]
|
|
version = "1.1.1"
|
|
path = "../project-origins"
|