Skip to content

Commit 6d6ead7

Browse files
committed
Implemented secure data storage for windows
1 parent 317f2b2 commit 6d6ead7

File tree

2 files changed

+421
-31
lines changed

2 files changed

+421
-31
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ objc2-core-foundation = "0.3"
2727
block2 = "0.5"
2828

2929
[target.'cfg(target_os = "windows")'.dependencies]
30-
windows = { version = "0.58", features = ["Foundation", "Security_Credentials_UI", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }
30+
windows = { version = "0.58", features = ["Foundation", "Storage_Streams", "Security_Credentials_UI", "Security_Cryptography_Core", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }
3131

3232
[build-dependencies]
3333
tauri-plugin = { version = "2.4.0", features = ["build"] }

0 commit comments

Comments
 (0)