mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
6 lines
96 B
Rust
6 lines
96 B
Rust
|
|
extern crate prost;
|
||
|
|
extern crate core;
|
||
|
|
extern crate prost_types;
|
||
|
|
|
||
|
|
include!("generated/mod.rs");
|