diff --git a/Cargo.toml b/Cargo.toml index c350466..da54601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }