mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-06-27 02:50:15 +00:00

* chore: compile * chore: bump rust edition * chore: bump rust tool chain version * chore: fix test * chore: fmt * chore: build target * chore: clippy * chore: fmt
8 lines
179 B
Rust
8 lines
179 B
Rust
fn main() {
|
|
#[cfg(feature = "dart")]
|
|
{
|
|
flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
|
|
flowy_codegen::dart_event::r#gen(env!("CARGO_PKG_NAME"));
|
|
}
|
|
}
|