diff options
author | Teddy Wing | 2021-05-04 23:22:07 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-04 23:22:07 +0200 |
commit | 6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44 (patch) | |
tree | e360c6f07099089b1f719237e404ae90c323f68d /Cargo.toml | |
parent | 177c51d7af7626afc98a8c2e0abe8bb4a6529121 (diff) | |
download | pdf-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ version = "0.0.1" edition = "2018" [dependencies] +anyhow = "1.0.40" getopts = "0.2.21" lopdf = "0.26.0" |