Skip to content

Commit

Permalink
chore: window-sys should be a platform-specific dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 12, 2023
1 parent 3a73377 commit 862226f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions credential/cargo-credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
time.workspace = true

[target.'cfg(windows)'.dependencies]
windows-sys = { workspace = true, features = ["Win32_System_Console", "Win32_Foundation"] }

[dev-dependencies]
Expand Down

0 comments on commit 862226f

Please sign in to comment.