From 336aeeffbf41b727319221a7f5f2f56647b4edc5 Mon Sep 17 00:00:00 2001 From: mvlabat Date: Fri, 4 Feb 2022 13:43:27 +0200 Subject: [PATCH] Specify features for docs.rs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5548b2f6..910186a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ exclude = ["assets/**/*", ".github/**/*"] [package.metadata.docs.rs] no-default-features = true # clipboard crate fails the build currently https://github.com/rust-lang/docs.rs/issues/695 +features = ["multi_threaded", "open_url"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]