evan-chaney / telegram-notifyrs

A simple way to send messages via Telegram in Rust
GNU General Public License v3.0
6 stars 3 forks source link

Use ureq instead reqwest #2

Open AngelicosPhosphoros opened 4 years ago

AngelicosPhosphoros commented 4 years ago

Hi!

Since crate are provide only blocking implementation, it shoudn't bring WHOLE LOT hyper async code and block on it but should use ureq.

Also, there must be some documentation, perhaps.

evan-chaney commented 4 years ago

Pushed commit migrating to ureq.