aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8fe21c44404e57bed2d2dd11b71166ce68c709f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "makers"
version = "0.1.0"
authors = ["Melody Horn <melody@boringcactus.com>"]
edition = "2018"
description = "a POSIX-compatible make implemented in Rust"
readme = "README.md"
repository = "https://code.boringcactus.com/makers/"
keywords = ["build", "make"]
categories = ["development-tools"]

[dependencies]