1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/middleware/Cargo.toml

15 lines
355 B
TOML
Raw Normal View History

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