Skip to content

Commit

Permalink
Simplify windows-sys imports
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Sep 13, 2024
1 parent 81347d2 commit b2cc04c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,12 @@ yaxpeax-arm = "0.3.0"
chrono = "0.4.38"
vergilius = "0.1.2"
windows-sys = { features = [
"Win32",
"Win32_System",
"Win32_Foundation",
"Win32_System_SystemServices",
"Win32_System_Diagnostics_Debug",
"Win32_System_Diagnostics",
"Win32_System_SystemInformation",
"Win32_System_Kernel",
"Win32_Foundation",
], version = "0.59.0" }
reqwest = { version = "0.12.5", features = [
"blocking",
Expand Down

0 comments on commit b2cc04c

Please sign in to comment.