mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 12:03:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
fn main() {
 | 
						|
  #[cfg(feature = "dart")]
 | 
						|
  {
 | 
						|
    flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
 | 
						|
    flowy_codegen::dart_event::gen(env!("CARGO_PKG_NAME"));
 | 
						|
  }
 | 
						|
}
 |