mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01: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"));
|
|
}
|