insert shuffled wall

This commit is contained in:
Tao Tien 2026-02-07 00:18:47 -08:00
parent 3ca8574a6e
commit d7d567b0e6
7 changed files with 36 additions and 17 deletions

View file

@ -19,6 +19,7 @@ clap = { workspace = true, features = ["derive"] }
log = { workspace = true, features = ["release_max_level_error", "max_level_trace"] }
rand = { workspace = true }
ratatui = { workspace = true }
spacetimedb.workspace = true
strum = { workspace = true, features = ["derive"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }