Merge branch 'main' of git.ourworld.tf:herocode/actor_osis

This commit is contained in:
Maxime Van Hees
2025-08-14 14:18:35 +02:00
7 changed files with 226 additions and 43 deletions

16
Cargo.lock generated
View File

@@ -6,6 +6,7 @@ version = 4
name = "actor_osis"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"baobab_actor",
"chrono",
@@ -192,11 +193,13 @@ dependencies = [
name = "baobab_actor"
version = "0.1.0"
dependencies = [
"anyhow",
"anyhow",
"async-trait",
"chrono",
"clap",
"crossterm",
"crossterm",
"env_logger",
"hero_job",
"hero_supervisor",
@@ -205,6 +208,7 @@ dependencies = [
"heromodels_core",
"log",
"ratatui",
"ratatui",
"redis",
"rhai",
"serde",
@@ -340,8 +344,10 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.43"
version = "4.5.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
dependencies = [
"clap_builder",
"clap_derive",
@@ -350,8 +356,10 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.43"
version = "4.5.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
dependencies = [
"anstream",
"anstyle",
@@ -390,7 +398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]
@@ -938,8 +946,10 @@ dependencies = [
[[package]]
name = "h2"
version = "0.4.12"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
dependencies = [
"atomic-waker",
"bytes",
@@ -1189,6 +1199,7 @@ dependencies = [
"futures-channel",
"futures-util",
"h2 0.4.12",
"h2 0.4.12",
"http 1.3.1",
"http-body 1.0.1",
"httparse",
@@ -2460,6 +2471,7 @@ dependencies = [
name = "reth-ipc"
version = "1.6.0"
source = "git+https://github.com/paradigmxyz/reth#59e4a5556fa54f1c210e45412b6a91f2351bea19"
source = "git+https://github.com/paradigmxyz/reth#59e4a5556fa54f1c210e45412b6a91f2351bea19"
dependencies = [
"bytes",
"futures",
@@ -3821,7 +3833,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]