mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Use PacketType
instead of hex identifiers
This commit is contained in:
parent
4fe1183a80
commit
0703630041
12 changed files with 160 additions and 42 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate num_derive;
|
||||
|
||||
use librespot_protocol as protocol;
|
||||
|
||||
|
@ -21,6 +22,7 @@ mod dealer;
|
|||
pub mod diffie_hellman;
|
||||
mod http_client;
|
||||
pub mod mercury;
|
||||
pub mod packet;
|
||||
mod proxytunnel;
|
||||
pub mod session;
|
||||
mod socket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue