omake 0.1.6

A Rust implementation of make.
Documentation
[[bin]]
name = "omake"
path = "src/bin/main/_main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.const_format]
version = "0.2"

[dependencies.lazy_static]
version = "1"

[lib]
name = "omake"
path = "src/lib/_lib.rs"

[package]
authors = ["Gregory N. Schmit <schmitgreg@gmail.com>"]
categories = ["command-line-utilities", "development-tools", "development-tools::build-utils"]
description = "A Rust implementation of make."
edition = "2021"
keywords = ["make", "oxidized", "development", "build"]
license = "MIT"
name = "omake"
readme = "README.md"
repository = "https://github.com/gregschmit/omake"
version = "0.1.6"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = true