diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2674,6 +2674,7 @@ dependencies = [ "comemo", "ecow", "typst-eval", + "typst-html", "typst-layout", "typst-library", "typst-macros", @@ -2720,6 +2721,7 @@ dependencies = [ "toml", "typst", "typst-eval", + "typst-html", "typst-kit", "typst-macros", "typst-pdf", @@ -2788,6 +2790,20 @@ dependencies = [ ] [[package]] +name = "typst-html" +version = "0.12.0" +dependencies = [ + "comemo", + "ecow", + "typst-library", + "typst-macros", + "typst-svg", + "typst-syntax", + "typst-timing", + "typst-utils", +] + +[[package]] name = "typst-ide" version = "0.12.0" dependencies = [ |
