2018-04-13 03:18:42 +02:00
|
|
|
[package]
|
2019-07-11 21:27:17 +02:00
|
|
|
name = "redis_session"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2018-04-13 03:18:42 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2020-09-12 17:49:45 +02:00
|
|
|
actix-web = "3"
|
|
|
|
actix-session = "0.4"
|
|
|
|
actix-redis = "0.9"
|
2020-12-14 12:30:06 +01:00
|
|
|
env_logger = "0.8"
|
2020-09-12 17:49:45 +02:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
actix-service = "1"
|
|
|
|
actix-http = "2"
|
2020-04-13 11:36:49 +02:00
|
|
|
rand = "0.7.3"
|
2020-09-12 17:49:45 +02:00
|
|
|
time = "0.2"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
actix-rt = "1"
|