diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-29 23:22:53 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-29 23:22:53 +0100 |
| commit | e915cc4ef04de70297a3e840a363382dd2689f7b (patch) | |
| tree | 0680648bd48a0bb2ad97ca532825c363fffeaac5 /Cargo.toml | |
| parent | e4e4c1876ff0b08bb144dccf74cc2a83c0a6c6aa (diff) | |
No more duplicate debug prints due to incremental tests
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
