mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
6 lines
256 B
Rust
6 lines
256 B
Rust
fn main() {
|
|
::capnpc::CompilerCommand::new().file("schema/connection.capnp").run().unwrap();
|
|
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
|
|
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
|
|
}
|