diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 61 |
1 files changed, 45 insertions, 16 deletions
@@ -1110,49 +1110,78 @@ version = "0.1.0" dependencies = [ "bitflags", "bytemuck", - "chrono", - "codespan-reporting", "comemo", - "csv", - "dirs", "elsa", "flate2", - "hypher", "iai", "image", - "kurbo", - "lipsum", - "memmap2", "miniz_oxide", - "notify", "once_cell", "pdf-writer", - "pico-args", "pixglyph", "regex", "resvg", "rex", "roxmltree", "rustybuzz", - "same-file", "serde", - "serde_json", "siphasher", "subsetter", "svg2pdf", "syntect", "tiny-skia", "ttf-parser 0.17.1", - "typed-arena", + "typst-library", "typst-macros", - "unicode-bidi", - "unicode-math", - "unicode-script", "unicode-segmentation", "unicode-xid", "unscanny", "usvg", "walkdir", +] + +[[package]] +name = "typst-cli" +version = "0.1.0" +dependencies = [ + "chrono", + "codespan-reporting", + "comemo", + "dirs", + "elsa", + "memmap2", + "notify", + "once_cell", + "pico-args", + "same-file", + "siphasher", + "typst", + "typst-library", + "walkdir", +] + +[[package]] +name = "typst-library" +version = "0.1.0" +dependencies = [ + "comemo", + "csv", + "hypher", + "kurbo", + "lipsum", + "once_cell", + "rex", + "roxmltree", + "rustybuzz", + "serde_json", + "syntect", + "ttf-parser 0.17.1", + "typed-arena", + "typst", + "unicode-bidi", + "unicode-math", + "unicode-script", + "unscanny", "xi-unicode", ] |
