remove unused dep and move job out

This commit is contained in:
Timur Gordon
2025-09-01 16:21:31 +02:00
parent ef17d36300
commit 44b1dd4249
24 changed files with 2558 additions and 2739 deletions

View File

@@ -1025,6 +1025,19 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hero-job"
version = "0.1.0"
dependencies = [
"chrono",
"log",
"redis",
"serde",
"serde_json",
"thiserror",
"uuid",
]
[[package]]
name = "hero-supervisor"
version = "0.1.0"
@@ -1034,6 +1047,7 @@ dependencies = [
"chrono",
"clap",
"env_logger 0.10.2",
"hero-job",
"jsonrpsee",
"log",
"redis",