diff options
| author | tingerrr <me@tinger.dev> | 2024-08-05 20:49:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 18:49:02 +0000 |
| commit | 672f6e5f97c2bdcd3e94754c9486869bf7b8de56 (patch) | |
| tree | 14dc74c6f841f69e7e820240af84b41f7c32b52b /Cargo.toml | |
| parent | 810491c9d31b614a435020f888fbd380e8e039a1 (diff) | |
Add typst-kit crate (#4540)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ readme = "README.md" typst = { path = "crates/typst", version = "0.11.0" } typst-cli = { path = "crates/typst-cli", version = "0.11.0" } typst-ide = { path = "crates/typst-ide", version = "0.11.0" } +typst-kit = { path = "crates/typst-kit", version = "0.11.0" } typst-macros = { path = "crates/typst-macros", version = "0.11.0" } typst-pdf = { path = "crates/typst-pdf", version = "0.11.0" } typst-render = { path = "crates/typst-render", version = "0.11.0" } |
