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