From 73a4a4a736f8e57ecc0326a9c8d83b5ed6fc5ca8 Mon Sep 17 00:00:00 2001 From: kulukami Date: Wed, 9 Aug 2023 14:51:40 +0800 Subject: [PATCH] update Cargo.toml --- plugins/lib/rust/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/lib/rust/Cargo.toml b/plugins/lib/rust/Cargo.toml index 4c7e5da55..857bad2e5 100644 --- a/plugins/lib/rust/Cargo.toml +++ b/plugins/lib/rust/Cargo.toml @@ -21,3 +21,11 @@ serde_json = "1" [build-dependencies] protobuf-codegen-pure = "2.3" + +[dependencies.windows] +version = "0.48.0" +features = [ + "Win32_System_Diagnostics_ToolHelp", + "Win32_Foundation", + "Win32_System_Console", +]