removed dep that was not needed anymore (rhailib_dsl)
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user