cpmk 2.1.1

A simple C/C++ CLI Project Maker including CMake
Documentation
[[bin]]
name = "cpmk"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.3.19"

[package]
authors = ["Sampie"]
categories = ["command-line-utilities"]
description = "A simple C/C++ CLI Project Maker including CMake"
documentation = "https://github.com/Sampie159/cpmk/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/Sampie159/cpmk"
license = "MIT"
name = "cpmk"
readme = "README.md"
repository = "https://github.com/Sampie159/cpmk"
version = "2.1.1"
[profile.dist]
inherits = "release"
lto = "thin"