Skip to content

Commit 4bd0c20

Browse files
committed
feta: window aes trust ring apis
1 parent 3a7b199 commit 4bd0c20

File tree

3 files changed

+220
-107
lines changed

3 files changed

+220
-107
lines changed

src-tauri/Cargo.lock

Lines changed: 75 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works
3434
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
3535
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
3636
keyring = "2.3.3"
37-
totp-rs = "5.6.0"
38-
base32 = "0.5.1"
3937
whoami = "1.5.2"
38+
# AES encryption dependencies
39+
# AES encryption dependencies
40+
aes-gcm = "0.10"
41+
hex = "0.4.3"
4042

4143
[target.'cfg(target_os = "windows")'.dependencies]
4244
native-dialog = "0.7.0"

0 commit comments

Comments
 (0)