[package] name = "cbuild" version = "0.1.4" edition = "2021" license-file = "LICENSE" description = "A Build System that uses a YAML file to build your C/C++ projects." homepage = "https://cybercoder-naj.github.io/cbuild/" documentation = "https://docs.rs/cbuild" repository = "https://github.com/cybercoder-naj/cbuild" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.12", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] } serde_yaml = "0.9.29"