AppFlowy/shared-lib/error-code/build.rs

6 lines
93 B
Rust

use lib_infra::pb_gen;
fn main() {
pb_gen::gen("error-code", "./src/protobuf/proto");
}