Add single and multi client example bots

This commit is contained in:
Joscha 2024-12-28 17:44:59 +01:00
parent 0dc0123083
commit 01561db93c
3 changed files with 208 additions and 0 deletions

View file

@ -10,5 +10,11 @@ log = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
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