fabaccess-bffh/build.rs
Gregor Reitzenstein d5f92e41d1 Initial commit
2020-02-14 12:20:17 +01:00

4 lines
91 B
Rust

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