removed dep that was not needed anymore (rhailib_dsl)

This commit is contained in:
Maxime Van Hees
2025-08-05 13:21:26 +02:00
parent 8ec7e70edf
commit d3c47577b3
2 changed files with 108 additions and 130 deletions

View File

@@ -25,11 +25,9 @@ thiserror = "1.0"
async-trait = "0.1"
hero_supervisor = { path = "../supervisor" }
hero_job = { path = "../job" }
# 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 = { git = "https://git.ourworld.tf/herocode/rhailib.git" }
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }
[features]
default = ["calendar", "finance"]