[package]
name = "makectl"
version = "0.2.0"
authors = ["Bruno Rocha <rochacbruno@gmail.com>"]
edition = "2021"
description = "Generate and manage targets in your Makefiles"
documentation = "https://docs.rs/makectl"
homepage = "https://github.com/rochacbruno/makectl"
repository = "https://github.com/rochacbruno/makectl"
readme = "README.md"
keywords = ["make", "gnu-make", "generators", "templates", "linter"]
categories = ["filesystem", "development-tools"]
license = "MIT"
[dependencies]
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
anyhow = "1"
thiserror = "2"
colored = "3"
inquire = "0.7"
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"