summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-11-19 23:46:51 +0100
committerLaurenz <laurmaedje@gmail.com>2020-11-19 23:46:51 +0100
commit2e6e6244ccf73795d7d74cbc286fb0b43b404315 (patch)
tree74357df3e7bd2a9b7955d912ef531d4b15e0520f /Cargo.toml
parent3a7bfd6bed9a932693588ca3cb61b101f8808783 (diff)
Switch to pdf-writer ⬆️
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d08c352..50cfde1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,8 @@ fs = ["fontdock/fs"]
[dependencies]
fontdock = { path = "../fontdock", default-features = false }
-tide = { path = "../tide" }
+pdf-writer = { path = "../pdf-writer" }
+itoa = "0.4"
ttf-parser = "0.8.2"
unicode-xid = "0.2"