aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2019-11-02 04:28:56 +0100
committerTeddy Wing2019-11-02 04:28:56 +0100
commit523170630fd8e9ba695f4167d132a8812d814a1e (patch)
tree66bfa48a052989142c9ce825cacab5c3ce30f5bd /Cargo.toml
parentad6c69f73e23896a496090b6046ea0bb40e45f45 (diff)
downloadpdf-urls-523170630fd8e9ba695f4167d132a8812d814a1e.tar.bz2
main: Accept a file path as a command line argument
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 9f7eefe..ce469a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+exitcode = "1.1.2"
lopdf = "0.23.0"