summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-02-16 18:57:50 +0100
committerLaurenz <laurmaedje@gmail.com>2019-02-16 20:17:31 +0100
commitae3af533ffba9e3bb3719eafb4e6339f0e23c1f0 (patch)
treebe0bf6339ea27a6fc845d1a2266d43e56a74fd33 /Cargo.toml
parentf3f82f5f2b35f70d2cad934448c7e159aed2a3df (diff)
Extract opentype parser into crate 🧱
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f3e41fa..1a4442fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2018"
[dependencies]
pdf = { path = "../pdf" }
+opentype = { path = "../opentype" }
unicode-segmentation = "1.2"
unicode-xid = "0.1.0"
-byteorder = "1"