Создание шифрованного API
This commit is contained in:
@@ -16,6 +16,12 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
magic-crypt = "3.1.13"
|
||||
rust-fuzzy-search = "0.1.1"
|
||||
rand = "0.8.5"
|
||||
hex = "0.4"
|
||||
|
||||
aes = "0.7.5"
|
||||
block-modes = "0.8.1"
|
||||
block-padding = "0.3.3"
|
||||
|
||||
[features]
|
||||
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
|
||||
@@ -23,6 +29,6 @@ custom-protocol = ["tauri/custom-protocol"]
|
||||
|
||||
[profile.release]
|
||||
lto = true # Enables link to optimizations
|
||||
opt-level = "z" # Optimize for binary size
|
||||
opt-level = "s" # Optimize for binary size
|
||||
strip = true # Remove debug symbols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user