This commit is contained in:
Timur Gordon 2025-08-05 15:45:38 +02:00
commit 2f15387f9f

View File

@ -25,7 +25,6 @@ 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 = { git = "https://git.ourworld.tf/herocode/db.git" } heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" } heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" } heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }