mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +00:00
14 lines
353 B
Rust
14 lines
353 B
Rust
extern crate protobuf;
|
|
// This file is parsed by build.rs
|
|
// Each included module will be compiled from the matching .proto definition.
|
|
pub mod authentication;
|
|
pub mod keyexchange;
|
|
pub mod mercury;
|
|
pub mod metadata;
|
|
pub mod playlist4changes;
|
|
mod playlist4content;
|
|
mod playlist4issues;
|
|
mod playlist4meta;
|
|
mod playlist4ops;
|
|
pub mod pubsub;
|
|
pub mod spirc;
|