summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-04-30 09:15:31 +0200
committerLaurenz <laurmaedje@gmail.com>2019-04-30 09:20:22 +0200
commit9d605c3128bcb20c51988ecea72c956a79f4306b (patch)
treeb764aaa51e6f5286ece5796dea568eb33c522339 /Cargo.toml
parent90848df5de3cf2e7d99ee8c2a7a07b768f207f7a (diff)
Remove the concept of words from tokenization 🎈
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 068ea471..dab6a6a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
pdf = { path = "../pdf" }
opentype = { path = "../opentype" }
-unicode-segmentation = "1.2"
unicode-xid = "0.1.0"
byteorder = "1"
smallvec = "0.6.9"