mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
14 lines
328 B
TOML
14 lines
328 B
TOML
[package]
|
|
name = "redis-session"
|
|
version = "0.1.0"
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix = "0.8.1"
|
|
actix-web = "1.0.0-beta.3"
|
|
actix-session = "0.1.0-beta.2"
|
|
actix-redis = { git = "https://github.com/actix/actix-redis.git", features = ["web"] }
|
|
env_logger = "0.6"
|