1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +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 13:50:44 +09:00
version = "2.0.0"
authors = ["Gorm Casper <gcasper@gmail.com>", "Sven-Hendrik Haase <svenstaro@gmail.com>"]
2019-03-10 19:19:50 -07:00
edition = "2018"
2018-07-09 20:18:31 +02:00
[dependencies]
2019-12-15 23:07:17 +06:00
actix-service = "1.0.0"
actix-rt = "1.0.0"
2019-12-25 20:48:33 +04:00
actix-web = "2.0.0"
2019-12-07 23:59:24 +06:00
bytes = "0.5"
2020-04-05 13:50:44 +09:00
env_logger = "0.7"
futures = "0.3.1"
pin-project = "0.4.6"