AppFlowy/frontend/rust-lib/flowy-error/build.rs
2025-03-24 12:03:42 +08:00

4 lines
107 B
Rust

fn main() {
#[cfg(feature = "dart")]
flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
}