diff options
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 25a112a1..36f40b8c 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -5,10 +5,10 @@ authors = ["The Typst Project Developers"] edition = "2018" publish = false -[dependencies] +[dev-dependencies] +criterion = "0.3" fontdock = { path = "../../fontdock" } typst = { path = ".." } -criterion = "0.3" [[bench]] name = "typst" |
