mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2025-03-11 22:21:52 +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();
|
|
}
|