blob: 59129c2b77cef9acb6cef246961a43f1b83cacad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "makers"
version = "0.1.0"
authors = ["boringcactus / 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]
structopt = "0.3.21"
|