fixed some dependencies

This commit is contained in:
Maxime Van Hees
2025-08-05 12:57:23 +02:00
parent 806beee215
commit cd47d398de
2 changed files with 4 additions and 3 deletions

View File

@@ -49,10 +49,11 @@ thiserror = "1.0"
async-trait = "0.1"
hero_supervisor = { path = "../supervisor" }
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-derive = { path = "../../../db/heromodels-derive" }
rhailib_dsl = { path = "../../../rhailib/src/dsl" }
rhailib_dsl = { git = "https://git.ourworld.tf/herocode/rhailib.git" }
[features]
default = ["calendar", "finance"]