summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index c87ecc79..44dd62a5 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -7,8 +7,8 @@ edition.workspace = true
publish = false
[dev-dependencies]
-typst = { path = ".." }
-typst-library = { path = "../library" }
+typst = { path = "../crates/typst" }
+typst-library = { path = "../crates/typst-library" }
comemo = "0.3"
iai = { git = "https://github.com/reknih/iai" }
once_cell = "1"