Skip to content

Commit

Permalink
exclude deps from package
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 8, 2024
1 parent b75322b commit 58da09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ target/
*.pdb

# VS Code folder
.vscode/
.vscode/
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 58da09f

Please sign in to comment.