summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJacob Hummer <jcbhmr@outlook.com>2024-02-26 09:56:19 -0600
committerGitHub <noreply@github.com>2024-02-26 15:56:19 +0000
commit7ed257a3c7d9aa69e9f127e78a918b862c4d4f74 (patch)
tree9edbd4b9089e91b6d583799ff543fe7fa60d18b5 /Cargo.lock
parent85db05727b1cfab18480fd4296bd054cec786646 (diff)
Add basic typst-docs CLI that spits out json (#3429)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a4669ba8..a1193fe0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2660,6 +2660,7 @@ dependencies = [
name = "typst-docs"
version = "0.10.0"
dependencies = [
+ "clap",
"comemo",
"ecow",
"heck",
@@ -2667,10 +2668,12 @@ dependencies = [
"once_cell",
"pulldown-cmark",
"serde",
+ "serde_json",
"serde_yaml 0.9.27",
"syntect",
"typed-arena",
"typst",
+ "typst-render",
"unicode_names2",
"unscanny",
"yaml-front-matter",