watchexec/lib/Cargo.toml
2021-08-16 21:49:12 +12:00

28 lines
649 B
TOML

[package]
name = "watchexec"
version = "1.17.1"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
description = "Library to execute commands in response to file modifications"
keywords = ["watcher", "filesystem", "watchexec"]
documentation = "https://docs.rs/watchexec"
homepage = "https://watchexec.github.io"
repository = "https://github.com/watchexec/watchexec"
readme = "README.md"
edition = "2018"
[dependencies]
chrono = "0.4.19"
miette = "0.7.0"
notify = "5.0.0-pre.11"
thiserror = "1.0.26"
tracing = "0.1.26"
[dependencies.tokio]
version = "1.10.0"
features = ["full"]