fabaccess-bffh/build.rs

5 lines
171 B
Rust
Raw Normal View History

2020-02-14 12:20:17 +01:00
fn main() {
2020-05-04 13:22:14 +02:00
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
2020-02-14 12:20:17 +01:00
}