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:
shockrah
2020-12-22 21:28:38 -08:00
parent c3834e0e66
commit 9a3833ea49
4 changed files with 927 additions and 730 deletions

View File

@@ -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"