diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index ba0a054c..a5a18a5b 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,19 +7,19 @@ edition.workspace = true publish = false [dev-dependencies] -typst = { path = "../crates/typst" } -typst-library = { path = "../crates/typst-library" } -clap = { version = "4.4", features = ["derive"] } -comemo = "0.3" -ecow = { version = "0.2", features = ["serde"] } -iai = { git = "https://github.com/typst/iai" } -once_cell = "1" -oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] } -rayon = "1.7.0" -tiny-skia = "0.11" -ttf-parser = "0.19.2" -unscanny = "0.1" -walkdir = "2" +typst = { workspace = true } +typst-library = { workspace = true } +clap = { workspace = true } +comemo = { workspace = true } +ecow = { workspace = true } +iai = { workspace = true } +once_cell = { workspace = true } +oxipng = { workspace = true } +rayon = { workspace = true } +tiny-skia = { workspace = true } +ttf-parser = { workspace = true } +unscanny = { workspace = true } +walkdir = { workspace = true } [[test]] name = "tests" |
