Restructure: move clients/openrpc to client/ and clients/admin-ui to ui/

This commit is contained in:
Timur Gordon
2025-11-06 14:07:55 +01:00
parent af5cd30516
commit 4a5f19e091
38 changed files with 43 additions and 11 deletions

31
Cargo.lock generated
View File

@@ -592,6 +592,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hero-job"
version = "0.1.0"
source = "git+https://git.ourworld.tf/herocode/job.git#7b9420f3e67802e34de1337bac4e2728ed321657"
dependencies = [
"chrono",
"hex",
@@ -609,6 +610,7 @@ dependencies = [
[[package]]
name = "hero-job-client"
version = "0.1.0"
source = "git+https://git.ourworld.tf/herocode/job.git#7b9420f3e67802e34de1337bac4e2728ed321657"
dependencies = [
"chrono",
"hero-job",
@@ -651,6 +653,33 @@ dependencies = [
"uuid",
]
[[package]]
name = "hero-supervisor"
version = "0.1.0"
source = "git+https://git.ourworld.tf/herocode/supervisor.git#af5cd3051628db629efa325b5b6dc64630b3a4c2"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"clap",
"env_logger 0.10.2",
"hero-job",
"hero-job-client",
"hyper",
"hyper-util",
"jsonrpsee",
"log",
"redis",
"serde",
"serde_json",
"thiserror",
"tokio",
"toml",
"tower 0.4.13",
"tower-http 0.5.2",
"uuid",
]
[[package]]
name = "hero-supervisor-openrpc-client"
version = "0.1.0"
@@ -661,7 +690,7 @@ dependencies = [
"getrandom 0.2.16",
"hero-job",
"hero-job-client",
"hero-supervisor",
"hero-supervisor 0.1.0 (git+https://git.ourworld.tf/herocode/supervisor.git)",
"hex",
"indexmap",
"js-sys",