summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-11-29 23:22:53 +0100
committerLaurenz <laurmaedje@gmail.com>2021-11-29 23:22:53 +0100
commite915cc4ef04de70297a3e840a363382dd2689f7b (patch)
tree0680648bd48a0bb2ad97ca532825c363fffeaac5 /Cargo.toml
parente4e4c1876ff0b08bb144dccf74cc2a83c0a6c6aa (diff)
No more duplicate debug prints due to incremental tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88a15742..4417f859 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,10 +41,11 @@ same-file = { version = "1", optional = true }
walkdir = { version = "2", optional = true }
[dev-dependencies]
-walkdir = "2"
+filedescriptor = "0.8"
+iai = { git = "https://github.com/reknih/iai" }
tiny-skia = "0.6"
usvg = { version = "0.15", default-features = false }
-iai = { git = "https://github.com/reknih/iai" }
+walkdir = "2"
[[bin]]
name = "typst"