Use hero-job crate instead of local job module

This commit is contained in:
Timur Gordon
2025-11-04 13:41:02 +01:00
parent d016e54ec9
commit 0c168690a6
9 changed files with 26 additions and 804 deletions

View File

@@ -52,6 +52,8 @@ hex = "0.4"
rand = "0.8"
# Core hero dependencies
hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "logger" }
hero-job = { path = "../job/rust" }
# hero-job = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust" }
# Osiris dependencies (used by runner_osiris binary)
osiris = { package = "osiris-core", path = "../osiris/core" }