Add example bot

This commit is contained in:
Joscha 2024-12-28 00:23:04 +01:00
parent af7d386371
commit eadb12e999
2 changed files with 92 additions and 0 deletions

View file

@ -16,5 +16,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