mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +00:00
4 lines
161 B
Rust
4 lines
161 B
Rust
// This file is parsed by build.rs
|
|
// Each included module will be compiled from the matching .proto definition.
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
|