[[bin]]
name = "rust_compile_run"
path = "src/main.rs"
[[bin]]
name = "rustcr"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.3"
[dependencies.notify]
version = "5.0.0"
[dependencies.notify-rust]
version = "4.0.0"
[dependencies.tempfile]
version = "3.2.0"
[package]
authors = ["Abhisek Pattnaik <abhisekp@engineer.com>"]
categories = ["command-line-utilities"]
description = "A Rust CLI tool to compile, run, and optionally delete Rust executables with additional features like file watching and notifications."
documentation = "https://docs.rs/rust_compile_run"
edition = "2021"
homepage = "https://github.com/abhisekp/rust_compile_run"
keywords = ["rust", "compile", "run", "watch", "notification"]
license = "MIT"
name = "rust_compile_run"
readme = "README.md"
repository = "https://github.com/abhisekp/rust_compile_run"
version = "1.0.2"