refactor wip

This commit is contained in:
Timur Gordon
2025-08-05 12:19:38 +02:00
parent 8ed40ce99c
commit 7a652c9c3c
51 changed files with 6183 additions and 840 deletions

View File

@@ -7,6 +7,8 @@ edition = "2024"
anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
env_logger = "0.10"
hero_supervisor = { path = "core/supervisor" }
hero_websocket_server = { path = "interfaces/websocket/server" }
log = "0.4"
redis = { version = "0.25.0", features = ["tokio-comp"] }
serde = { version = "1.0", features = ["derive"] }
@@ -23,6 +25,10 @@ tempfile = "3.10"
name = "simple_rhai_bench"
harness = false
[[bin]]
name = "hive"
path = "cmd/main.rs"
[workspace.dependencies]
actix = "0.13"
actix-web = { version = "4", features = ["rustls-0_23"] }