fixed some dependencies
This commit is contained in:
parent
806beee215
commit
cd47d398de
@ -32,7 +32,7 @@ log = "0.4"
|
|||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] } # For async main in examples, and general async
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] } # For async main in examples, and general async
|
||||||
colored = "2.0"
|
colored = "2.0"
|
||||||
hero_job = { path = "../job" }
|
hero_job = { path = "../job" }
|
||||||
zinit-client = { git = "https://github.com/threefoldtech/zinit", branch = "master", default-features = false, features = ["client"] }
|
zinit-client = { git = "https://github.com/threefoldtech/zinit", branch = "master" }
|
||||||
ratatui = "0.28"
|
ratatui = "0.28"
|
||||||
crossterm = "0.28"
|
crossterm = "0.28"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
@ -49,10 +49,11 @@ thiserror = "1.0"
|
|||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
hero_supervisor = { path = "../supervisor" }
|
hero_supervisor = { path = "../supervisor" }
|
||||||
hero_job = { path = "../job" }
|
hero_job = { path = "../job" }
|
||||||
heromodels = { path = "../../../db/heromodels", features = ["rhai"] }
|
# heromodels = { path = "../../../db/heromodels", features = ["rhai"] }
|
||||||
|
heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
heromodels_core = { path = "../../../db/heromodels_core" }
|
heromodels_core = { path = "../../../db/heromodels_core" }
|
||||||
heromodels-derive = { path = "../../../db/heromodels-derive" }
|
heromodels-derive = { path = "../../../db/heromodels-derive" }
|
||||||
rhailib_dsl = { path = "../../../rhailib/src/dsl" }
|
rhailib_dsl = { git = "https://git.ourworld.tf/herocode/rhailib.git" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["calendar", "finance"]
|
default = ["calendar", "finance"]
|
||||||
|
Loading…
Reference in New Issue
Block a user