mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-04-20 11:16:26 +02:00
15 lines
336 B
Rust
15 lines
336 B
Rust
#[allow(dead_code)]
|
|
pub mod auth_capnp {
|
|
include!(concat!(env!("OUT_DIR"), "/schema/auth_capnp.rs"));
|
|
}
|
|
|
|
#[allow(dead_code)]
|
|
pub mod api_capnp {
|
|
include!(concat!(env!("OUT_DIR"), "/schema/api_capnp.rs"));
|
|
}
|
|
|
|
#[allow(dead_code)]
|
|
pub mod connection_capnp {
|
|
include!(concat!(env!("OUT_DIR"), "/schema/connection_capnp.rs"));
|
|
}
|