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

15 lines
279 B
TOML
Raw Normal View History

2018-08-11 06:58:29 -04:00
[package]
name = "actix_redis"
2019-12-16 11:23:36 +06:00
version = "1.0.0"
2018-08-11 06:58:29 -04:00
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-29 13:43:03 -07:00
edition = "2018"
2018-08-11 06:58:29 -04:00
[dependencies]
2020-09-12 16:49:45 +01:00
actix = "0.10"
actix-web = "3"
actix-redis = "0.9"
futures = "0.3"
redis-async = "0.6.3"
serde = { version = "1", features = ["derive"] }
env_logger = "0.8"