Skip to content

Commit

Permalink
fix: Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Oct 17, 2024
1 parent 76f13ec commit 32532dc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,17 @@ test-log = "0.2"
[target.'cfg(not(windows))'.dependencies]
crossterm = { version = "0.27", default-features = false }
[target.'cfg(windows)'.dependencies]
crossterm = { version = "0.27", default-features = false, features = ["windows"] }
crossterm = { version = "0.27", default-features = false, features = [
"windows",
] }
windows-service = "0.7.0"
windows = { version = "0.58.0", features = ["Win32_System_RemoteDesktop", "Win32_Security", "Win32_System_Threading", "Win32_System_SystemServices", "Win32_System_Environment"] }
windows = { version = "0.58.0", features = [
"Win32_System_RemoteDesktop",
"Win32_Security",
"Win32_System_Threading",
"Win32_System_SystemServices",
"Win32_System_Environment",
] }

# Test specific dev-dependencies
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "netbsd"))'.dependencies]
Expand Down

0 comments on commit 32532dc

Please sign in to comment.