1
0
mirror of https://github.com/actix/examples synced 2024-11-30 17:14:35 +01:00
examples/middleware/Cargo.toml

15 lines
315 B
TOML
Raw Normal View History

2018-07-09 20:18:31 +02:00
[package]
name = "middleware-example"
2020-04-05 06:50:44 +02:00
version = "2.0.0"
authors = ["Gorm Casper <gcasper@gmail.com>", "Sven-Hendrik Haase <svenstaro@gmail.com>"]
2019-03-11 03:19:50 +01:00
edition = "2018"
2018-07-09 20:18:31 +02:00
[dependencies]
2019-12-15 18:07:17 +01:00
actix-service = "1.0.0"
actix-rt = "1.0.0"
2019-12-25 17:48:33 +01:00
actix-web = "2.0.0"
2019-12-07 18:59:24 +01:00
bytes = "0.5"
2020-04-05 06:50:44 +02:00
env_logger = "0.7"
futures = "0.3.1"
pin-project = "0.4.6"