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