sute/build.rs

6 lines
256 B
Rust
Raw Permalink Normal View History

2020-10-29 13:14:39 +01:00
fn main() {
::capnpc::CompilerCommand::new().file("schema/connection.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
}