summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock61
1 files changed, 45 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e1eabd01..aabc95e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]