mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
4 lines
91 B
Rust
4 lines
91 B
Rust
|
fn main() {
|
||
|
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap()
|
||
|
}
|