change path to use git repo for dep
This commit is contained in:
parent
8ec7e70edf
commit
5283f383b3
@ -27,8 +27,8 @@ hero_supervisor = { path = "../supervisor" }
|
|||||||
hero_job = { path = "../job" }
|
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 = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
heromodels_core = { path = "../../../db/heromodels_core" }
|
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
heromodels-derive = { path = "../../../db/heromodels-derive" }
|
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
rhailib_dsl = { git = "https://git.ourworld.tf/herocode/rhailib.git" }
|
rhailib_dsl = { git = "https://git.ourworld.tf/herocode/rhailib.git" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
Reference in New Issue
Block a user