Skip to content

Commit

Permalink
Replace reqwest with ureq (#19)
Browse files Browse the repository at this point in the history
Reqwest is a heavy dependency, so let's use Ureq instead.
Ureq is a sync-only HTTP library eliminating the need to use the blocking Reqwest client.
  • Loading branch information
Speykious authored Feb 21, 2024
2 parents 5b2ee71 + 18b34ec commit 83d41a4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 791 deletions.
Loading

0 comments on commit 83d41a4

Please sign in to comment.