remove local deps paths
This commit is contained in:
		| @@ -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"] } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user