mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
chore: rename middleware dirs
This commit is contained in:
17
middleware/encrypted-payloads/Cargo.toml
Normal file
17
middleware/encrypted-payloads/Cargo.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "middleware-encrypted-payloads"
|
||||
version = "1.0.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-http.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-web-lab.workspace = true
|
||||
|
||||
aes-gcm-siv = "0.11"
|
||||
base64 = "0.21"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
Reference in New Issue
Block a user