[dependencies.clap]
features = ["derive"]
version = "4.4.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[dependencies.serde_yaml]
version = "0.9.29"
[package]
description = "A Build System that uses a YAML file to build your C/C++ projects."
documentation = "https://docs.rs/cbuild"
edition = "2021"
homepage = "https://cybercoder-naj.github.io/cbuild"
license-file = "LICENSE"
name = "cbuild"
readme = "README.md"
repository = "https://github.com/cybercoder-naj/cbuild"
version = "0.1.0"