Add testbot example for Instance
This commit is contained in:
parent
705ef90e98
commit
74423b6207
3 changed files with 162 additions and 0 deletions
|
|
@ -18,3 +18,7 @@ tokio-tungstenite = "0.18.0"
|
|||
[dev-dependencies] # For example bot
|
||||
tokio = { version = "1.23.0", features = ["rt-multi-thread"] }
|
||||
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
|
||||
|
||||
[[example]]
|
||||
name = "testbot_instance"
|
||||
required-features = ["bot"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue