Files
nyash-aes-xts256-plain64/nyash_server/build.rs
T

5 lines
128 B
Rust
Raw Normal View History

fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_prost_build::compile_protos("proto/nyash.proto")?;
Ok(())
}