feat: add new dependencies for AES encryption and decryption

This commit is contained in:
PandaDEV 2025-01-29 20:40:32 +01:00
parent dcb2daaa87
commit 78b9624172
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
3 changed files with 107 additions and 0 deletions

View file

@ -49,6 +49,8 @@ include_dir = "0.7.4"
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "dev" }
meta_fetcher = "0.1.1"
parking_lot = "0.12.3"
aes-gcm = "0.10.3"
typenum = "1.17.0"
[features]
custom-protocol = ["tauri/custom-protocol"]