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]
|
2019-12-20 22:30:26 +06:00
|
|
|
actix = "0.9.0"
|
2019-12-16 11:23:36 +06:00
|
|
|
actix-rt = "1.0.0"
|
2019-12-25 20:48:33 +04:00
|
|
|
actix-web = "2.0.0"
|
2019-12-20 22:30:26 +06:00
|
|
|
actix-redis = "0.8.0"
|
2019-12-16 11:23:36 +06:00
|
|
|
futures = "0.3.1"
|
|
|
|
redis-async = "0.6.1"
|
2020-01-12 14:04:02 +01:00
|
|
|
serde = { version = "1.0.71", features = ["derive"] }
|
2019-03-29 13:43:03 -07:00
|
|
|
env_logger = "0.6"
|