1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

12 lines
291 B
TOML
Raw Normal View History

2019-06-17 16:57:57 -04:00
[package]
name = "middleware"
version = "1.0.0"
2023-11-01 15:11:40 +00:00
publish = false
edition.workspace = true
2019-06-17 16:57:57 -04:00
[dependencies]
actix-session = { version = "0.9", features = ["cookie-session"] }
2022-02-26 03:56:24 +00:00
actix-web = "4"
env_logger = "0.11"
2022-02-26 03:56:24 +00:00
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }