diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-27 19:04:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-27 18:04:55 +0000 |
| commit | be7cfc85d08c545abfac08098b7b33b4bd71f37e (patch) | |
| tree | f4137fa2aaa57babae1f7603a9b2ed7e688f43d8 /docs/Cargo.toml | |
| parent | b8034a343831e8609aec2ec81eb7eeda57aa5d81 (diff) | |
Split out four new crates (#5302)
Diffstat (limited to 'docs/Cargo.toml')
| -rw-r--r-- | docs/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml index dbae0b77..a24ee254 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -19,20 +19,19 @@ cli = ["clap", "typst-render", "serde_json"] typst = { workspace = true } typst-assets = { workspace = true, features = ["fonts"] } typst-dev-assets = { workspace = true } -comemo = { workspace = true } +clap = { workspace = true, optional = true } ecow = { workspace = true } heck = { workspace = true } once_cell = { workspace = true } pulldown-cmark = { workspace = true } serde = { workspace = true } +serde_json = { workspace = true, optional = true } serde_yaml = { workspace = true } syntect = { workspace = true, features = ["html"] } typed-arena = { workspace = true } +typst-render = { workspace = true, optional = true } unscanny = { workspace = true } yaml-front-matter = { workspace = true } -clap = { workspace = true, optional = true } -typst-render = { workspace = true, optional = true } -serde_json = { workspace = true, optional = true } [lints] workspace = true |
