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:
15
middleware/various/Cargo.toml
Normal file
15
middleware/various/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "middleware-various"
|
||||
version = "1.0.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-http.workspace = true
|
||||
actix-web.workspace = true
|
||||
actix-web-lab.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
futures-util.workspace = true
|
||||
log.workspace = true
|
||||
pin-project = "1"
|
Reference in New Issue
Block a user