aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-04-11 19:25:29 +0200
committerTeddy Wing2021-04-11 19:25:29 +0200
commit0acbf02b7e380ac352f3e090023d9f9b28fbdb30 (patch)
tree380da43ba503c2e684d33cb785f878e76f7575be /Cargo.toml
parent60b04094f47b54b875bd53f5a1fecac6b5e740df (diff)
downloadformurapid-0acbf02b7e380ac352f3e090023d9f9b28fbdb30.tar.bz2
Print usage on malformed 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 af7c62b..d3479a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2018"
[dependencies]
derive_builder = "0.10.0"
+exitcode = "1.1.2"
getopts = "0.2.21"
pdf_forms = "0.3.4"
serde = { version = "1.0.125", features = ["derive"] }