Add `typst-html` to architecture crates list (#6364)
This commit is contained in:
parent
fd08c4bb3f
commit
6164ade9ce
|
|
@ -12,6 +12,7 @@ Let's start with a broad overview of the directories in this repository:
|
|||
- `crates/typst-cli`: Typst's command line interface. This is a relatively small
|
||||
layer on top of the compiler and the exporters.
|
||||
- `crates/typst-eval`: The interpreter for the Typst language.
|
||||
- `crates/typst-html`: The HTML exporter.
|
||||
- `crates/typst-ide`: Exposes IDE functionality.
|
||||
- `crates/typst-kit`: Contains various default implementation of
|
||||
functionality used in `typst-cli`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue