1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00
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;