Use git dependency for runner_rust instead of path

This allows supervisor to be used as a git dependency by other projects
This commit is contained in:
Timur Gordon
2025-10-28 12:28:40 +01:00
parent f249c8b49b
commit e493085892

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# Runner crate with integrated job module
runner_rust = { path = "../runner_rust" }
runner_rust = { git = "https://git.ourworld.tf/herocode/runner_rust.git" }
# Async runtime
tokio = { version = "1.0", features = ["full"] }