mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
20 lines
327 B
TOML
20 lines
327 B
TOML
[package]
|
|
name = "redis_session"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
actix-session = "0.4"
|
|
actix-redis = "0.9"
|
|
env_logger = "0.8"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
actix-service = "1"
|
|
actix-http = "2"
|
|
rand = "0.7.3"
|
|
time = "0.2"
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "1"
|