diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-02 16:16:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 14:16:44 +0000 |
| commit | b3615ccd493c4791c3c7565fc7417cba50e8fd71 (patch) | |
| tree | 264c711ead8cf76439816b1457429a157e614067 /crates/typst-render | |
| parent | c4001662b686b0d52e99aa0b72a5b82af6f862fd (diff) | |
A few CI and crate config changes (#3852)
Diffstat (limited to 'crates/typst-render')
| -rw-r--r-- | crates/typst-render/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/typst-render/Cargo.toml b/crates/typst-render/Cargo.toml index 2db9b5ed..cc58f785 100644 --- a/crates/typst-render/Cargo.toml +++ b/crates/typst-render/Cargo.toml @@ -12,10 +12,6 @@ categories = { workspace = true } keywords = { workspace = true } readme = { workspace = true } -[lib] -doctest = false -bench = false - [dependencies] typst = { workspace = true } typst-macros = { workspace = true } |
