builder_cpp 0.4.4

A simple build tool for building C and C++ applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "builder_cpp"
version = "0.4.4"
edition = "2021"
description = "A simple build tool for building C and C++ applications"
license = "MIT"
homepage = "https://github.com/Dr-42/builder_cpp"
repository = "https://github.com/Dr-42/builder_cpp"
keywords = ["build", "build-tool", "C++", "toml", "C"]

[dependencies]
toml = "0.7.2"
colored = "2.0.0"
itertools = "0.10.5"
sha1 = "0.10.5"
rayon = "1.7.0"
indicatif = "0.17.3"