From f288b6bf327ec63063c06a471a32f5f6d777c69a Mon Sep 17 00:00:00 2001 From: DoumanAsh Date: Sun, 11 Feb 2024 23:31:10 +0900 Subject: [PATCH] Add monitor features to docs.rs build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 48d0dcb..25a2a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ include = [ [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" +features = ["monitor"] [target.'cfg(windows)'.dependencies] error-code = "3"