summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-07-02 19:59:52 +0200
committerLaurenz <laurmaedje@gmail.com>2023-07-02 20:07:43 +0200
commitebfdb1dafa430786db10dad2ef7d5467c1bdbed1 (patch)
tree2bbc24ddb4124c4bb14dec0e536129d4de37b056 /tests
parent3ab19185093d7709f824b95b979060ce125389d8 (diff)
Move everything into `crates/` directory
Diffstat (limited to 'tests')
-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"