Enable cli feature by default for typst-docs (#3527)

This commit is contained in:
Laurenz 2024-02-28 19:13:08 +01:00 committed by GitHub
parent e6fddd68e3
commit edf957399c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ name = "typst-docs"
required-features = ["cli"]
[features]
default = ["cli"]
cli = ["clap", "typst-render", "serde_json"]
[dependencies]