summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-03-03 15:00:27 +0100
committerLaurenz <laurmaedje@gmail.com>2019-03-03 15:00:27 +0100
commit06101492dcd74c7f46f79a0a9dd972a2e6b628cf (patch)
treece6f5bcadf3e910a6d86994c31d2d941aa8a1345 /Cargo.toml
parent5e135db87287862e3f035aeb3bef23ea4d2a08ca (diff)
Implement subsetting engine 🚀
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 1a4442fd..d7568c68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ pdf = { path = "../pdf" }
opentype = { path = "../opentype" }
unicode-segmentation = "1.2"
unicode-xid = "0.1.0"
+byteorder = "1"