1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/middleware/Cargo.toml

11 lines
169 B
TOML
Raw Normal View History

2018-07-09 20:18:31 +02:00
[package]
name = "middleware-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2018-07-09 20:18:31 +02:00
[dependencies]
2022-02-02 01:44:58 +01:00
actix-web = "4.0.0-rc.1"
env_logger = "0.9"
futures = "0.3.7"
pin-project = "1"