1
0
mirror of https://github.com/actix/examples synced 2025-03-30 07:26:21 +02:00
2022-12-17 22:10:53 +00:00

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"