mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-05 02:23:08 +00:00
This reduces the amount of dependencies in case not all features are being used. E.g. tonic is only needed if using gRPC and pbjson, pbjson-types and serde are only needed if using the JSON serialization.
4 lines
137 B
Rust
Vendored
4 lines
137 B
Rust
Vendored
include!(concat!(env!("OUT_DIR"), "/meta/meta.rs"));
|
|
#[cfg(feature = "json")]
|
|
include!(concat!(env!("OUT_DIR"), "/meta/meta.serde.rs"));
|