From 58da09f24e9d593c150b87ac44909276191ca89c Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:17:38 +0200 Subject: [PATCH] exclude deps from package --- .gitignore | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66a486a..6c028d8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ target/ *.pdb # VS Code folder -.vscode/ \ No newline at end of file +.vscode/ diff --git a/Cargo.toml b/Cargo.toml index bdf4c1d..1bd45c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +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"] [build-dependencies] windows.features = ["Win32_Foundation"]