aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTeddy Wing2021-05-04 21:19:00 +0200
committerTeddy Wing2021-05-04 21:19:00 +0200
commita6b23b8dd102b8be935292b2b27b180d3925cbc1 (patch)
treeb7c2375459f5c297df6338f272b03102a61b6e34 /Cargo.lock
parent6b25d87d570d5b0950231a7809bf1913af9c5a9d (diff)
downloadpdf-form-replace-font-a6b23b8dd102b8be935292b2b27b180d3925cbc1.tar.bz2
Get variables from command line arguments
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e3cd82e..e20b14b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -147,6 +147,15 @@ dependencies = [
]
[[package]]
+name = "getopts"
+version = "0.2.21"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
+dependencies = [
+ "unicode-width",
+]
+
+[[package]]
name = "itoa"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -236,6 +245,7 @@ dependencies = [
name = "pdf-form-replace-font"
version = "0.0.1"
dependencies = [
+ "getopts",
"lopdf",
]
@@ -452,6 +462,12 @@ dependencies = [
]
[[package]]
+name = "unicode-width"
+version = "0.1.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
+
+[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"