feat: make winsafe windows only

pull/11/head
paring 2022-11-03 13:57:34 +09:00
parent c351167e00
commit a7bfb17ccc
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ edition = "2021"
[dependencies]
cancellation = "0.1.0"
[target.'cfg(target_os = "windows")'.dependencies]
winsafe = { version = "0.0.11", features = ["user", "kernel"] }