remove local deps paths
This commit is contained in:
parent
7c646106d6
commit
02d9f5937e
@ -5,6 +5,6 @@ edition = "2024"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] }
|
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] }
|
||||||
heromodels = { path = "../../../db/heromodels" }
|
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" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user