From b3615ccd493c4791c3c7565fc7417cba50e8fd71 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 2 Apr 2024 16:16:44 +0200 Subject: A few CI and crate config changes (#3852) --- docs/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') 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"] -- cgit v1.2.3