diff options
author | Teddy Wing | 2021-04-11 17:01:48 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-11 17:01:48 +0200 |
commit | 521b13211aac9e5f0c005bd0a1f804ec1e19b187 (patch) | |
tree | d4bc4bdb8fe49d513b4ccc5c7526f4be6f89dccf /Cargo.toml | |
parent | 5ba4efa907c8b4d91afb6cc0cfd7c7bb07f78158 (diff) | |
download | formurapid-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |