summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
blob: cf77ca152e96202ced9469f4cd06abb8a69a4816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "typst-tests"
version = "0.1.0"
authors = ["The Typst Project Developers"]
edition = "2021"

[dev-dependencies]
typst = { path = ".." }
typst-library = { path = "../library" }
comemo = "0.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