summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
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"]