maker 0.0.2

Generic Rusty declarative build system like GNU Make
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "maker"
description = "Generic Rusty declarative build system like GNU Make"
keywords = ["build", "make", "task"]
repository = "https://github.com/e792a8/maker"
license = "MIT"
version = "0.0.2"
edition = "2024"

[dependencies]