updated actor to following naming conventions

This commit is contained in:
Maxime Van Hees
2025-08-14 14:15:19 +02:00
parent 5140531832
commit 32282f465e
6 changed files with 74 additions and 20 deletions

View File

@@ -35,8 +35,11 @@ chrono = { version = "0.4", features = ["serde"] }
toml = "0.8"
thiserror = "1.0"
async-trait = "0.1"
hero_job = { git = "https://git.ourworld.tf/herocode/baobab.git"}
baobab_actor = { git = "https://git.ourworld.tf/herocode/baobab.git"}
# hero_job = { git = "https://git.ourworld.tf/herocode/baobab.git"}
# baobab_actor = { git = "https://git.ourworld.tf/herocode/baobab.git"}
# TODO: uncomment above; only work with local paths whilst developig
hero_job = { path = "/home/maxime/baobab/core/job"}
baobab_actor = { path = "/home/maxime/baobab/core/actor"}
heromodels = { 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" }