kaeo 1.0.1

Keep an Eye on files and folder, run a command when one changes
[[bin]]
name = "kaeo"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ctrlc]
features = ["termination"]
version = "3.5.1"

[dependencies.gethostname]
version = "1.1.0"

[dependencies.notify-debouncer-full]
version = "0.6.0"

[dependencies.shlex]
version = "1.3.0"

[package]
authors = ["Pascal Perrenoud <pascal@pband.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Keep an Eye on files and folder, run a command when one changes"
documentation = "https://docs.rs/kaeo"
edition = "2024"
keywords = ["watch", "notify", "tool", "util", "cli"]
license = "MIT"
name = "kaeo"
readme = "README.md"
repository = "https://github.com/MrDaves24/kaeo"
version = "1.0.1"

[profile.release]
codegen-units = 1
lto = "thin"