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

View File

@@ -9,7 +9,11 @@ path = "src/lib.rs"
[[bin]]
name = "actor_osis"
path = "cmd/actor_osis.rs"
path = "cmd/actor.rs"
[[bin]]
name = "actor_osis_tui"
path = "cmd/terminal_ui.rs"
[[example]]
name = "engine"
@@ -22,6 +26,7 @@ path = "examples/actor.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
redis = { version = "0.25.0", features = ["tokio-comp"] }
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] }
serde = { version = "1.0", features = ["derive"] }