chore: add redis, redis-graph
This commit is contained in:
parent
6864cd3092
commit
1bc7dccb37
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ url = "2.2.2"
|
|||
tokio = { version = "1.11.0", features = ["full"] }
|
||||
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" }
|
||||
|
||||
app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue