Use git dependency for runner_rust

This commit is contained in:
Timur Gordon
2025-10-20 22:25:49 +02:00
parent e2971a335c
commit d968dcfa5d

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"] }