summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c4dddcb..8251a7fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,6 @@ walkdir = "2"
# Dependencies updates:
# - Bump ttf-parser when rustybuzz is updated
# - Bump usvg and resvg in conjunction with svg2pdf
-criterion = "0.3"
[[bin]]
name = "typst"
@@ -76,8 +75,3 @@ harness = false
name = "oneshot"
path = "benches/oneshot.rs"
harness = false
-
-[[bench]]
-name = "timed"
-path = "benches/timed.rs"
-harness = false