mirror of
https://github.com/AThilenius/axum-connect.git
synced 2025-01-08 02:40:13 +00:00
5 lines
129 B
Rust
5 lines
129 B
Rust
use axum_connect_build::axum_connect_codegen;
|
|
|
|
fn main() {
|
|
axum_connect_codegen("proto", &["proto/hello.proto"]).unwrap();
|
|
}
|