Switch hero-job dependencies to Git URLs in main supervisor package
This commit is contained in:
@@ -5,10 +5,10 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Job types
|
# Job types
|
||||||
hero-job = { path = "../job/rust" }
|
# hero-job = { path = "../job/rust" }
|
||||||
# hero-job = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust" }
|
hero-job = { git = "https://git.ourworld.tf/herocode/job.git" }
|
||||||
hero-job-client = { path = "../job/rust/client" }
|
# hero-job-client = { path = "../job/rust/client" }
|
||||||
# hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust/client" }
|
hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" }
|
||||||
# Async runtime
|
# Async runtime
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user