UnifyAll 0.1.2

Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases
[[bin]]
name = "UnifyAll"
path = "src/main.rs"

[dependencies.colored]
version = "3.0.0"

[package]
authors = ["Neo Mannskär <neo.mannskar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases"
documentation = "https://docs.rs/UnifyAll"
edition = "2021"
homepage = "https://mannskar.com/software/UnifyAll"
keywords = ["cli", "build", "automation"]
license = "MIT"
name = "UnifyAll"
readme = "README.md"
repository = "https://github.com/neomannskar/UnifyAll"
version = "0.1.2"