[package]
edition = "2024"
name = "cargolive"
version = "0.1.0"
authors = ["Crazy ArKzX <jshwjjejdj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast watcher that automatically executes 'cargo run' when it detects changes."
readme = "README.md"
keywords = [
"cargo",
"watch",
"run",
"reloader",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/crazy-arkzx/cargo-live"
[lib]
name = "cargolive"
path = "src/lib.rs"
[[bin]]
name = "cargolive"
path = "src/main.rs"
[dependencies.notify]
version = "6.1.1"