crunch/examples/basic-setup/src/gencrunch/basic.includes.my_include.rs
kjuulh 8beaeb53d7
feat: update deps
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-24 22:09:36 +02:00

7 lines
196 B
Rust

#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MyInclude {
#[prost(string, tag = "1")]
pub name: ::prost::alloc::string::String,
}