mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 00:58:31 +01:00
32 lines
737 B
TOML
32 lines
737 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"
|
|
dunce = "1.0.2"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.10.0"
|
|
features = ["full"]
|
|
|
|
[dev-dependencies]
|
|
color-eyre = "0.5.11"
|
|
tracing-subscriber = "0.2.19"
|
|
|