mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +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"));
 | |
|   }
 | |
| }
 | 
