From 05b8b6339c4b00b0e898c8456677be2883c8a072 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 23 Mar 2021 15:37:31 -0600 Subject: read arguments --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] +authors = ["boringcactus / Melody Horn "] 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" -- cgit v1.2.3