diff options
author | Teddy Wing | 2021-05-04 00:47:51 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-04 00:47:51 +0200 |
commit | 6b25d87d570d5b0950231a7809bf1913af9c5a9d (patch) | |
tree | e85ef9b8351461333151636fe08a9bf4b04ba23e /Cargo.toml | |
parent | e33a1a0fb943442c24ebb702502c46b77eedb9bb (diff) | |
download | pdf-form-replace-font-6b25d87d570d5b0950231a7809bf1913af9c5a9d.tar.bz2 |
Begin defining command line options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.0.1" edition = "2018" [dependencies] +getopts = "0.2.21" lopdf = "0.26.0" |