aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-11 15:00:15 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-11 15:08:22 -0700
commitdbad76baac9911d692ebc78335cbc51554443344 (patch)
tree401b67006c5df6f81ab3d4e6a81c26c242b6c106 /Cargo.toml
parent910072d4875f4b0bb57e547990cf26c541460fcc (diff)
downloadfpm-dbad76baac9911d692ebc78335cbc51554443344.tar.gz
fpm-dbad76baac9911d692ebc78335cbc51554443344.zip
Parse command line arguments
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"