summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-02 16:16:44 +0200
committerGitHub <noreply@github.com>2024-04-02 14:16:44 +0000
commitb3615ccd493c4791c3c7565fc7417cba50e8fd71 (patch)
tree264c711ead8cf76439816b1457429a157e614067 /docs/Cargo.toml
parentc4001662b686b0d52e99aa0b72a5b82af6f862fd (diff)
A few CI and crate config changes (#3852)
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
index b2bfcd43..dbae0b77 100644
--- a/docs/Cargo.toml
+++ b/docs/Cargo.toml
@@ -6,13 +6,10 @@ authors = { workspace = true }
edition = { workspace = true }
publish = false
-[lib]
-doctest = false
-bench = false
-
[[bin]]
name = "typst-docs"
required-features = ["cli"]
+doc = false
[features]
default = ["cli"]