diff --git a/examples/webhook_ping_pong_bot/Cargo.toml b/examples/webhook_ping_pong_bot/Cargo.toml index c78df1ff..31d91b31 100644 --- a/examples/webhook_ping_pong_bot/Cargo.toml +++ b/examples/webhook_ping_pong_bot/Cargo.toml @@ -16,3 +16,5 @@ teloxide = { path = "../../" } # Used to setup a webhook warp = "0.2.2" +reqwest = "0.10.4" +serde_json = "1.0.50"