make-tools 0.1.2

Makefile utility
[[bin]]
name = "mktools"
path = "./src/bin.rs"
[dependencies.clap]
features = ["derive"]
version = "4.1.8"

[dependencies.colored]
version = "2.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.94"

[package]
authors = ["konkitoman"]
description = "Makefile utility"
edition = "2021"
keywords = ["make", "makefile"]
license = "GPL-3.0"
name = "make-tools"
readme = "README.md"
repository = "https://github.com/konkitoman/MakeTools"
version = "0.1.2"