mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Fix examples/webhook_ping_pong_bot
This commit is contained in:
parent
34a064e5bd
commit
72a30e6dd1
1 changed files with 2 additions and 0 deletions
|
@ -16,3 +16,5 @@ teloxide = { path = "../../" }
|
||||||
|
|
||||||
# Used to setup a webhook
|
# Used to setup a webhook
|
||||||
warp = "0.2.2"
|
warp = "0.2.2"
|
||||||
|
reqwest = "0.10.4"
|
||||||
|
serde_json = "1.0.50"
|
||||||
|
|
Loading…
Reference in a new issue