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