aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-04 23:22:07 +0200
committerTeddy Wing2021-05-04 23:22:07 +0200
commit6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44 (patch)
treee360c6f07099089b1f719237e404ae90c323f68d /Cargo.toml
parent177c51d7af7626afc98a8c2e0abe8bb4a6529121 (diff)
downloadpdf-form-replace-font-6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44.tar.bz2
Add context to errors
Remove `unwrap`s and add context to errors with 'anyhow'.
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 4f190e2..91ced45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+anyhow = "1.0.40"
getopts = "0.2.21"
lopdf = "0.26.0"