mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
feat: add new dependencies for AES encryption and decryption
This commit is contained in:
parent
dcb2daaa87
commit
78b9624172
3 changed files with 107 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue