chore: add redis, redis-graph
This commit is contained in:
parent
6864cd3092
commit
1bc7dccb37
@ -52,6 +52,10 @@ url = "2.2.2"
|
|||||||
tokio = { version = "1.11.0", features = ["full"] }
|
tokio = { version = "1.11.0", features = ["full"] }
|
||||||
tokio-cron-scheduler = "0.2.1"
|
tokio-cron-scheduler = "0.2.1"
|
||||||
|
|
||||||
|
redis = { version = "0.21.2", features = [ "tokio-comp", "cluster"] }
|
||||||
|
redis-graph = { version = "0.4.1", features = ['tokio-comp'] }
|
||||||
|
sqlx = {version = "0.5.7", default-features = false, features = ["macros","runtime-tokio-rustls","sqlite", "mysql", "postgres", "decimal", "chrono"]}
|
||||||
|
|
||||||
zterton = { version = "0.1.1", path = "../lib/zterton" }
|
zterton = { version = "0.1.1", path = "../lib/zterton" }
|
||||||
|
|
||||||
app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" }
|
app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" }
|
||||||
|
Loading…
Reference in New Issue
Block a user