aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2019-10-30 22:16:22 +0100
committerTeddy Wing2019-10-30 22:16:22 +0100
commit612842e55541d112ae4dbf56d49a6026319d1165 (patch)
tree3c29c147aa9af6dfbbf52eaba449aa5a24b27643 /Cargo.toml
parentbb634a8a68c575b0c7b3c93f772331c37594b785 (diff)
downloadpdf-urls-612842e55541d112ae4dbf56d49a6026319d1165.tar.bz2
Inspect an example PDF file using the 'lopdf' crate
Walk the different objects in the PDF to discover how hyperlinks are stored and how I can access them.
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 50ef28d..9f7eefe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+lopdf = "0.23.0"