diff options
author | Teddy Wing | 2021-05-04 23:29:16 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-04 23:29:16 +0200 |
commit | e12178ffac507065d96ae8a5e1e3f33c6d05833a (patch) | |
tree | 44b3966616f9725663d882d06094572cdec5da68 /Cargo.toml | |
parent | 6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44 (diff) | |
download | pdf-form-replace-font-e12178ffac507065d96ae8a5e1e3f33c6d05833a.tar.bz2 |
Add sysexits exit code
Doesn't capture input or I/O errors. Not bothering to return EX_NOINPUT
or EX_IOERR or EX_CANTCREAT because I don't want to bother creating an
error enum and variants for each case.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ edition = "2018" [dependencies] anyhow = "1.0.40" +exitcode = "1.1.2" getopts = "0.2.21" lopdf = "0.26.0" |