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

12 lines
290 B
TOML

[package]
name = "middleware-example"
version = "0.1.0"
authors = ["Gorm Casper <gcasper@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-service = "0.3.3"
actix-web = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
futures = "0.1.25"
env_logger = "0.6"