1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/redis-session/Cargo.toml

18 lines
428 B
TOML
Raw Normal View History

[package]
2019-07-11 15:27:17 -04:00
name = "redis_session"
2019-12-16 11:23:36 +06:00
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-29 13:43:03 -07:00
edition = "2018"
[dependencies]
2019-12-16 11:23:36 +06:00
actix-rt = "1.0.0"
actix-web = "2.0.0-alpha.6"
actix-session = "0.3.0-alpha.3"
actix-redis = { version = "0.8.0-alpha.1", features = ["web"] }
2019-03-29 13:43:03 -07:00
env_logger = "0.6"
serde = { version = "^1.0", features = ["derive"] }
2019-12-16 11:23:36 +06:00
actix-service = "1.0.0"
actix-http = "1.0.0"
serde_json = "1.0.40"
time = "0.1.42"