diff options
author | Teddy Wing | 2019-11-02 04:28:56 +0100 |
---|---|---|
committer | Teddy Wing | 2019-11-02 04:28:56 +0100 |
commit | 523170630fd8e9ba695f4167d132a8812d814a1e (patch) | |
tree | 66bfa48a052989142c9ce825cacab5c3ce30f5bd /Cargo.toml | |
parent | ad6c69f73e23896a496090b6046ea0bb40e45f45 (diff) | |
download | pdf-urls-523170630fd8e9ba695f4167d132a8812d814a1e.tar.bz2 |
main: Accept a file path as a command line argument
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.0.1" edition = "2018" [dependencies] +exitcode = "1.1.2" lopdf = "0.23.0" |