august-build 0.4.3

Task-based build system with a custom syntax and modularity features for all your artifact construction needs.
Documentation
[[bin]]
name = "august"
path = "src/main.rs"
[dependencies.ariadne]
version = "0.3"

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

[dependencies.clap_complete]
version = "4"

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "5"

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

[dependencies.run_script]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.walkdir]
version = "2"

[package]
authors = ["Hayden Brown <scratchcat458@gmail.com>"]
categories = ["command-line-utilities", "development-tools::build-utils", "development-tools"]
description = "Task-based build system with a custom syntax and modularity features for all your artifact construction needs.\n"
documentation = "https://docs.rs/august-build"
edition = "2021"
homepage = "https://august-build.web.app"
keywords = ["build", "august", "build-system"]
license = "MIT"
name = "august-build"
readme = "README.md"
repository = "https://github.com/ScratchCat458/august-build"
version = "0.4.3"