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

5 lines
91 B
Rust

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