feat(client_web): local bot (random strategy)
This commit is contained in:
parent
4ecb222e55
commit
e414e28047
10 changed files with 141 additions and 13 deletions
|
|
@ -15,6 +15,7 @@ leptos = { version = "0.7", features = ["csr"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
futures = "0.3"
|
||||
rand = "0.9"
|
||||
gloo-storage = "0.3"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue