summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-15 15:43:59 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-15 15:43:59 +0100
commit0f0416054f263b80ccec1a463ce4ab20913bdf71 (patch)
tree09cc642c361327c386e88e89f81f512248d59514 /Cargo.toml
parent469d78d610085044845f0fba462f1d8170b62cd4 (diff)
Move value tests + smarter number formatting 🔢
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 dba398a5..1b6989cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ image = { version = "0.23", default-features = false, features = ["jpeg", "png"]
itoa = "0.4"
miniz_oxide = "0.3"
pdf-writer = { path = "../pdf-writer" }
+ryu = "1.0"
ttf-parser = "0.8.2"
unicode-xid = "0.2"
anyhow = { version = "1", optional = true }