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