1
0
mirror of https://github.com/actix/examples synced 2025-01-23 14:24:35 +01:00

21 lines
403 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"
2020-03-01 08:55:00 -05:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "dowwie <dkcdkg@gmail.com>"]
2019-03-29 13:43:03 -07:00
edition = "2018"
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = "3"
actix-session = "0.4"
actix-redis = "0.9"
env_logger = "0.8"
2020-09-12 16:49:45 +01:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
actix-service = "1"
actix-http = "2"
rand = "0.7.3"
2020-09-12 16:49:45 +01:00
time = "0.2"
[dev-dependencies]
actix-rt = "1"