august-build 0.5.0

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.4"

[dependencies.chumsky]
version = "0.9"

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

[dependencies.clap_complete]
version = "4"

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

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.dircpy]
version = "0.3"

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

[dependencies.thiserror]
version = "1"

[dependencies.which]
version = "6"

[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"
include = ["**/*.rs", "Cargo.toml", "Cargo.lock"]
keywords = ["build", "august", "build-system"]
license = "MIT"
name = "august-build"
readme = "README.md"
repository = "https://github.com/ScratchCat458/august-build"
version = "0.5.0"