Add instance-based examplebot

This commit is contained in:
Joscha 2024-12-11 02:28:08 +01:00
parent feacde16aa
commit 0fdb77fbd3
2 changed files with 105 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