mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Use Rust's built-in unsigned 128 bit integer instead of the extprim crate
This commit is contained in:
parent
551daadc44
commit
ac1c31b786
4 changed files with 15 additions and 54 deletions
|
@ -14,7 +14,6 @@ extern crate serde_derive;
|
|||
extern crate base64;
|
||||
extern crate byteorder;
|
||||
extern crate bytes;
|
||||
extern crate extprim;
|
||||
extern crate httparse;
|
||||
extern crate hyper;
|
||||
extern crate hyper_proxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue