tesohh-bricks 1.0.4

build system and package manager for C/C++
Documentation
[[bin]]
name = "bricks"
path = "src/bin/bricks.rs"

[dependencies.anstyle]
version = "1.0.10"

[dependencies.anstyle-owo-colors]
version = "2.0.3"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.clap_derive]
version = "4.0.0-rc.1"

[dependencies.git2]
features = ["https"]
version = "0.20.0"

[dependencies.home]
version = "0.5.11"

[dependencies.owo-colors]
version = "4.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.toml]
version = "0.8.19"

[dependencies.walkdir]
version = "2.5.0"

[lib]
name = "bricks"
path = "src/lib.rs"

[package]
authors = ["Tesohh <github.com/Tesohh>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "development-tools::build-utils"]
description = "build system and package manager for C/C++"
documentation = "https://tesohh.github.io/bricks"
edition = "2021"
homepage = "https://github.com/Tesohh/bricks"
license-file = "LICENSE"
name = "tesohh-bricks"
readme = "README.md"
repository = "https://github.com/Tesohh/bricks"
version = "1.0.4"