mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[package]
|
|
name = "middleware-example"
|
|
version = "2.0.0"
|
|
authors = ["Gorm Casper <gcasper@gmail.com>", "Sven-Hendrik Haase <svenstaro@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-service = "1.0.0"
|
|
actix-rt = "1.0.0"
|
|
actix-web = "2.0.0"
|
|
bytes = "0.5"
|
|
env_logger = "0.7"
|
|
futures = "0.3.1"
|
|
pin-project = "0.4.6"
|