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

6 lines
101 B
Rust
Raw Normal View History

use lib_infra::pb;
fn main() {
2022-02-09 10:17:06 +00:00
pb::gen_files(env!("CARGO_PKG_NAME"), "./src/protobuf/proto");
}