diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |