refactor wip
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user