summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2021-11-28 18:18:45 +0100
committerMartin Haug <mhaug@live.de>2021-11-28 18:18:45 +0100
commite05eb5fda5d1dfeef168b6fc071b20fdbcce2dcd (patch)
tree6b4585c065ce21a76784cd0915d9b6e0a414f88d /Cargo.toml
parentedc686d7384470068858e16f2926cf50f31b2c90 (diff)
Code Review: Parser, I can't let you do this
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