Fix examples/webhook_ping_pong_bot

This commit is contained in:
Temirkhan Myrzamadi 2020-04-01 00:26:50 +06:00
parent 34a064e5bd
commit 72a30e6dd1

View file

@ -16,3 +16,5 @@ teloxide = { path = "../../" }
# Used to setup a webhook
warp = "0.2.2"
reqwest = "0.10.4"
serde_json = "1.0.50"