diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-02 16:16:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 14:27:58 +0200 |
| commit | f246f0a245a375e013052c701901e233eda32ee1 (patch) | |
| tree | 28a8f6dd1784faaac646d7db783ab5401a69fc20 /crates/typst-cli | |
| parent | 05b1096268d04b861b358000d95c93bd5faf3e7a (diff) | |
A few CI and crate config changes (#3852)
Diffstat (limited to 'crates/typst-cli')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 65803a1d..c2b23df0 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -15,9 +15,6 @@ readme = { workspace = true } [[bin]] name = "typst" path = "src/main.rs" -test = false -doctest = false -bench = false doc = false [dependencies] |
