aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-04-11 17:01:48 +0200
committerTeddy Wing2021-04-11 17:01:48 +0200
commit521b13211aac9e5f0c005bd0a1f804ec1e19b187 (patch)
treed4bc4bdb8fe49d513b4ccc5c7526f4be6f89dccf /Cargo.toml
parent5ba4efa907c8b4d91afb6cc0cfd7c7bb07f78158 (diff)
downloadformurapid-521b13211aac9e5f0c005bd0a1f804ec1e19b187.tar.bz2
Get PDF file path from free command line argument
Add 'getopts' to parse command line arguments. Replace `--fill` argument condition with 'getopts'. Replace the hard-coded PDF file path with one from the command line argument.
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 3697c5d..af7c62b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2018"
[dependencies]
derive_builder = "0.10.0"
+getopts = "0.2.21"
pdf_forms = "0.3.4"
serde = { version = "1.0.125", features = ["derive"] }
toml = "0.5.8"