mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +08:00
29 lines
505 B
TOML
29 lines
505 B
TOML
[package]
|
|
name = "typst-tests"
|
|
version = "0.2.0"
|
|
authors = ["The Typst Project Developers"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
typst = { path = ".." }
|
|
typst-library = { path = "../library" }
|
|
comemo = "0.2.1"
|
|
elsa = "1.7"
|
|
iai = { git = "https://github.com/reknih/iai" }
|
|
once_cell = "1"
|
|
tiny-skia = "0.6.2"
|
|
ttf-parser = "0.17"
|
|
unscanny = "0.1"
|
|
walkdir = "2"
|
|
|
|
[[test]]
|
|
name = "tests"
|
|
path = "src/tests.rs"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
path = "src/benches.rs"
|
|
harness = false
|