Add simple example bot named TestBot

This commit is contained in:
Joscha 2022-08-18 17:31:09 +02:00
parent f12b28b121
commit cfea721836
2 changed files with 142 additions and 0 deletions

View file

@ -15,3 +15,6 @@ tokio = { version = "1.20.1", features = ["time", "sync", "macros", "rt"] }
[dependencies.tokio-tungstenite]
version = "0.17.2"
features = ["rustls-tls-native-roots"]
[dev-dependencies]
tokio = { version = "1.20.1", features = ["rt-multi-thread"] }