We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c167c1 commit 3d7c878Copy full SHA for 3d7c878
1 file changed
Cargo.toml
@@ -66,6 +66,10 @@ serde_yaml = { version = "0.9", optional = true }
66
keyring = { version = "4.0.0-rc.3", optional = true }
67
keyring-core = { version = "0.7.2", optional = true }
68
69
+[target.'cfg(windows)'.dependencies]
70
+windows-acl = "0.3" # Need to be change as windows.acl is not maintained anymore, but it is the only option for ACL management on Windows for now.
71
+winapi = "0.3"
72
+
73
[dev-dependencies]
74
tempfile = "3.26"
75
env_logger = "0.11"
0 commit comments