diff options
| author | Jacob Hummer <jcbhmr@outlook.com> | 2024-02-26 09:56:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 15:56:19 +0000 |
| commit | 7ed257a3c7d9aa69e9f127e78a918b862c4d4f74 (patch) | |
| tree | 9edbd4b9089e91b6d583799ff543fe7fa60d18b5 /Cargo.lock | |
| parent | 85db05727b1cfab18480fd4296bd054cec786646 (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.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |
