From 19b8f9f4d2992a8d7344e218ed8e59de7aafb39e Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:28:46 +0200 Subject: [PATCH] keep deps for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bd45c0..a0d054b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/oberrich/phnt-rs" edition = "2021" build = "src/build.rs" description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers" -exclude = ["deps"] +# exclude = ["deps"] [build-dependencies] windows.features = ["Win32_Foundation"]