cpmk 1.0.3

A simple C/C++ CLI Project Maker including a Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "cpmk"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Sampie"]
categories = ["command-line-utilities"]
description = "A simple C/C++ CLI Project Maker including a Makefile"
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 = "1.0.3"