[package] name = "typst-bench" version = "0.0.1" authors = ["The Typst Project Developers"] edition = "2018" publish = false [dev-dependencies] criterion = "0.3" typst = { path = ".." } [[bench]] name = "typst" path = "src/bench.rs" harness = false