fabaccess-bffh/build.rs

4 lines
91 B
Rust
Raw Normal View History

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