fabaccess-bffh/build.rs
2020-05-04 13:22:14 +02:00

5 lines
171 B
Rust

fn main() {
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
}