8 lines
116 B
Rust
8 lines
116 B
Rust
mod stream_conflict {
|
|
tonic::include_proto!("stream_conflict");
|
|
}
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|