1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/redis-session/Cargo.toml
2019-03-30 09:12:42 -07:00

14 lines
338 B
TOML

[package]
name = "redis-session"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = ".."
edition = "2018"
[dependencies]
actix = "0.8.0-alpha.2"
actix-web = "1.0.0-alpha.2"
actix-session = "0.1.0-alpha.2"
actix-redis = { git = "https://github.com/actix/actix-redis.git", features = ["web"] }
env_logger = "0.6"