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