mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
5 lines
184 B
Rust
5 lines
184 B
Rust
extern crate protobuf;
|
|
// 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"));
|