librespot/protocol/src/lib.rs
Paul Lietar c6327af2f3 Include pre-generated protocol files.
A build script is used to ensure the source files haven’t been modified.
2016-12-30 12:02:00 +01:00

9 lines
164 B
Rust

// Autogenerated by build.sh
extern crate protobuf;
pub mod authentication;
pub mod keyexchange;
pub mod mercury;
pub mod metadata;
pub mod pubsub;
pub mod spirc;