sample .env now uses redis
Also I'm moving the redis deps to db-lib Lazy static now added for the sake of holding the only static ref we need/want the hmac secret
This commit is contained in:
@@ -8,9 +8,11 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
mysql_async = "0.23.1"
|
||||
redis = { version = "0.18.0", features = ["tokio-comp"] }
|
||||
async-trait = "0.1.40"
|
||||
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0.117", features = [ "derive" ] }
|
||||
|
||||
chrono = "0.4.0"
|
||||
lazy_static = "1.4.0"
|
||||
Reference in New Issue
Block a user