AppFlowy/frontend/rust-lib/flowy-user/build.rs

6 lines
122 B
Rust
Raw Normal View History

2022-02-15 13:27:00 +00:00
use lib_infra::code_gen;
fn main() {
2022-02-15 13:27:00 +00:00
code_gen::protobuf_file::gen(env!("CARGO_PKG_NAME"), "./src/protobuf/proto");
}