baywatch 0.0.3

Watch files, execute commands on changes.
[[bin]]
name = "bwatch"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.80"

[dependencies.clap]
features = ["derive", "string"]
version = "4.5.1"

[dependencies.clearscreen]
version = "2.0.1"

[dependencies.env_logger]
version = "0.10.2"

[dependencies.ignore]
version = "0.4.22"

[dependencies.log]
version = "0.4.20"

[dependencies.notify]
version = "6.1.1"

[package]
authors = ["Konrad Malik <https://github.com/konradmalik>"]
description = "Watch files, execute commands on changes."
edition = "2021"
exclude = ["/flake.nix", "./flake.lock", "/.github", "/.gitignore", "/.envrc", "/.editorconfig"]
license = "MIT"
name = "baywatch"
readme = "README.md"
repository = "https://github.com/konradmalik/baywatch"
version = "0.0.3"