2026-03-22 11:16:14 -05:00
|
|
|
[package]
|
|
|
|
|
name = "pallet"
|
2026-03-22 21:40:48 -05:00
|
|
|
version = "1.0.4"
|
2026-03-22 11:16:14 -05:00
|
|
|
edition = "2024"
|
2026-03-22 21:22:03 -05:00
|
|
|
description = "A project manager and build system for C inspired by Rust's Cargo"
|
2026-03-22 11:16:14 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
2026-03-22 21:04:34 -05:00
|
|
|
clap_complete = "4.6.0"
|
2026-03-22 18:17:51 -05:00
|
|
|
colored = "3.1.1"
|
2026-03-22 11:16:14 -05:00
|
|
|
glob = "0.3.3"
|
|
|
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
|
|
|
toml = "1.0.7"
|