DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

felu-ng/felu-common/build.rs -rw-r--r-- 131 bytes
19b89116Jonni Liljamo docs: split docs to crate READMEs and more planning a day ago
                                                                                
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    prost_build::compile_protos(&["proto/felu.proto"], &["proto/"])?;
    Ok(())
}