typst/bench/Cargo.toml
2021-04-23 17:46:14 +02:00

16 lines
251 B
TOML

[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