typst/bench/Cargo.toml
Laurenz 81e80ecfba Test [page] function 📕
- Make page break behaviour more consistent
- Allow skipping reference image testing for single tests with `// compare-ref: false` (useful for tests which only check error messages)
2020-12-17 00:20:27 +01:00

17 lines
290 B
TOML

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