Add single and multi client example bots
This commit is contained in:
parent
7ba9755346
commit
15dddb205f
3 changed files with 208 additions and 0 deletions
|
|
@ -10,5 +10,11 @@ log = { workspace = true }
|
|||
tokio = { workspace = true }
|
||||
tokio-tungstenite = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
rustls = { workspace = true }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-tungstenite = { workspace = true, features = ["rustls-tls-native-roots"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue