1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Add proxy support to apresolve

This commit is contained in:
johannesd3 2021-01-25 20:55:49 +01:00
parent 9546fb6e61
commit 07514c9dcc
4 changed files with 61 additions and 14 deletions

View file

@ -14,6 +14,7 @@ extern crate futures;
extern crate hmac;
extern crate httparse;
extern crate hyper;
extern crate hyper_proxy;
extern crate num_bigint;
extern crate num_integer;
extern crate num_traits;