mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-16 01:29:48 +00:00
4 lines
145 B
Rust
4 lines
145 B
Rust
|
include!(concat!(env!("OUT_DIR"), "/stream/stream.rs"));
|
||
|
#[cfg(feature = "json")]
|
||
|
include!(concat!(env!("OUT_DIR"), "/stream/stream.serde.rs"));
|