mirror of
https://github.com/actix/examples
synced 2025-03-30 07:26:21 +02:00
14 lines
257 B
TOML
14 lines
257 B
TOML
[package]
|
|
name = "middleware-example"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
actix-http = "3"
|
|
|
|
env_logger = "0.10"
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log = "0.4"
|
|
pin-project = "1"
|