aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fe21c4..59129c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "makers"
version = "0.1.0"
-authors = ["Melody Horn <melody@boringcactus.com>"]
+authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
edition = "2018"
description = "a POSIX-compatible make implemented in Rust"
readme = "README.md"
@@ -10,3 +10,4 @@ keywords = ["build", "make"]
categories = ["development-tools"]
[dependencies]
+structopt = "0.3.21"