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"]