mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
6 lines
178 B
Rust
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"));
|