diff options
| author | astrale-sharp <ash4567@outlook.fr> | 2024-01-09 10:05:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 09:05:57 +0000 |
| commit | c20b6ec6e157b753e90aa60ccd5b50f6f31cb7f6 (patch) | |
| tree | 350ca5d05c68deafbdcaa0ad6cc1f649b8ee7a51 /tests/Cargo.toml | |
| parent | cc1f974164ab5d42c3eb1b8fcd7a9227fbfd1d0e (diff) | |
Test autocomplete (#2912)
Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/Cargo.toml')
| -rw-r--r-- | tests/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 9b901a7b..92c72f56 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -11,6 +11,7 @@ typst = { workspace = true } typst-pdf = { workspace = true } typst-render = { workspace = true } typst-svg = { workspace = true } +typst-ide = { workspace = true } clap = { workspace = true } comemo = { workspace = true } ecow = { workspace = true } |
