summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 12:56:35 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 12:56:35 +0100
commit4794bd35fabaf79c2ff550202fa8a4b55dbafc9c (patch)
tree5020bdb0b956019628cffb086bc0d3fb49e618a8 /tests
parent7f1c38548a89e2dd7c88d842532432dfa953c091 (diff)
Switch to workspace dependencies
Diffstat (limited to 'tests')
-rw-r--r--tests/Cargo.toml26
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"