diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-28 19:13:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 18:13:08 +0000 |
| commit | edf957399c59332f1472321e72106d31fc9f610b (patch) | |
| tree | 051dfe502f3f4a4c0ea0243c5b0e389075652da4 | |
| parent | e6fddd68e3f39e30f9e472c71b223617d85542ae (diff) | |
Enable `cli` feature by default for `typst-docs` (#3527)
| -rw-r--r-- | docs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml index 0342d612..c24ec02f 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -15,6 +15,7 @@ name = "typst-docs" required-features = ["cli"] [features] +default = ["cli"] cli = ["clap", "typst-render", "serde_json"] [dependencies] |
