6 lines
98 B
Rust
Raw Normal View History

2022-02-15 21:27:00 +08:00
use lib_infra::code_gen;
fn main() {
code_gen::protobuf_file::gen(env!("CARGO_PKG_NAME"));
}