remove local deps paths

This commit is contained in:
Timur Gordon 2025-08-06 15:09:52 +02:00
parent 7c646106d6
commit 02d9f5937e
9 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] }
heromodels = { path = "../../../db/heromodels" }
heromodels_core = { path = "../../../db/heromodels_core" }
heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
serde = { version = "1.0", features = ["derive"] }