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:
@@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Runner crate with integrated job module
|
# Runner crate with integrated job module
|
||||||
runner_rust = { path = "../runner_rust" }
|
runner_rust = { git = "https://git.ourworld.tf/herocode/runner_rust.git" }
|
||||||
# Async runtime
|
# Async runtime
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user