aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-11 22:13:26 +0000
committerOndřej Čertík <ondrej@certik.us>2020-01-11 22:13:26 +0000
commite4881118047be41a27e15ce98a18141eac028809 (patch)
treec86a54a648a286f691dcb1e1ee76e50634760899 /Cargo.toml
parent910072d4875f4b0bb57e547990cf26c541460fcc (diff)
parentd7d33b6a00908271cc3f6d2fccd8f6bcf30154da (diff)
downloadfpm-e4881118047be41a27e15ce98a18141eac028809.tar.gz
fpm-e4881118047be41a27e15ce98a18141eac028809.zip
Merge branch 'args' into 'master'
Parse command line arguments See merge request certik/fpm!2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7cf602..868f563 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+structopt = "0.3.7"