librespot/protocol/src/lib.rs
Roderick van Domburg 2a79af1f0a
Migrate to Rust 2021
2022-08-02 21:42:38 +02:00

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"));