aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9395ded23bce815541d383fb514dff6ece0f95f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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]
lazy_static = "1.4.0"
libc = "0.2.91"
nom = "6.1.2"
regex = "1.4.5"
structopt = "0.3.21"

# [target.'cfg(unix)'.dependencies]
# signal-hook = "0.3.7"