updated actor to following naming conventions
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user