diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-07-02 19:59:52 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-07-02 20:07:43 +0200 |
| commit | ebfdb1dafa430786db10dad2ef7d5467c1bdbed1 (patch) | |
| tree | 2bbc24ddb4124c4bb14dec0e536129d4de37b056 /tests/Cargo.toml | |
| parent | 3ab19185093d7709f824b95b979060ce125389d8 (diff) | |
Move everything into `crates/` directory
Diffstat (limited to 'tests/Cargo.toml')
| -rw-r--r-- | tests/Cargo.toml | 4 |
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" |
