This is not a core Tvix tool, it's some sort of one-off analysis thing. Change-Id: I05fcbed45abad27d6b5cfd49db1727249dad3971 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12603 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: edef <edef@edef.eu>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| use std::io::Result;
 | |
| 
 | |
| fn main() -> Result<()> {
 | |
|     prost_build::compile_protos(&["protos/flatstore.proto"], &["protos/"])?;
 | |
|     Ok(())
 | |
| }
 |