librespot/protocol/src/lib.rs
2024-12-16 22:57:13 +01:00

6 lines
178 B
Rust

// This file is parsed by build.rs
// Each included module will be compiled from the matching .proto definition.
mod conversion;
include!(concat!(env!("OUT_DIR"), "/mod.rs"));