2018-08-11 12:58:29 +02:00
|
|
|
[package]
|
2022-10-16 20:14:40 +02:00
|
|
|
name = "db-redis"
|
2019-12-16 06:23:36 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2018-08-11 12:58:29 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-web.workspace = true
|
2022-03-04 17:28:40 +01:00
|
|
|
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2022-10-16 20:14:40 +02:00
|
|
|
redis = { version = "0.22", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
2023-01-02 21:35:11 +01:00
|
|
|
serde.workspace = true
|