mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
api: Refactor api/frame_log.proto into streams/frames.proto.
This commit is contained in:
4
api/rust/src/streams.rs
vendored
4
api/rust/src/streams.rs
vendored
@ -1,3 +1,3 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/meta.rs"));
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/streams.rs"));
|
||||
#[cfg(feature = "json")]
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/meta.serde.rs"));
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/streams.serde.rs"));
|
||||
|
Reference in New Issue
Block a user