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

core: remove protobuf_macros (#146)

Fixes #129
This commit is contained in:
Anton Voyl 2018-02-12 15:58:09 +01:00 committed by Paul Liétar
parent 0cf11dae5c
commit e276d39704
7 changed files with 52 additions and 51 deletions

View file

@ -39,11 +39,10 @@ pub mod authentication;
pub mod cache;
pub mod channel;
pub mod config;
mod connection;
pub mod diffie_hellman;
pub mod keymaster;
pub mod mercury;
pub mod session;
pub mod util;
pub mod version;
include!(concat!(env!("OUT_DIR"), "/lib.rs"));