mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
16 lines
251 B
TOML
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
|