From 7ed257a3c7d9aa69e9f127e78a918b862c4d4f74 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Mon, 26 Feb 2024 09:56:19 -0600 Subject: Add basic typst-docs CLI that spits out json (#3429) Co-authored-by: Laurenz --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') 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", -- cgit v1.2.3