mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2026-06-16 19:28:56 +02: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();
|
|
}
|