Skip to content

Commit 3d7c878

Browse files
committed
feat: add Windows-specific dependencies for ACL management
1 parent 7c167c1 commit 3d7c878

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ serde_yaml = { version = "0.9", optional = true }
6666
keyring = { version = "4.0.0-rc.3", optional = true }
6767
keyring-core = { version = "0.7.2", optional = true }
6868

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+
6973
[dev-dependencies]
7074
tempfile = "3.26"
7175
env_logger = "0.11"

0 commit comments

Comments
 (0)