mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
12 lines
276 B
Rust
12 lines
276 B
Rust
|
pub mod auth_capnp {
|
||
|
include!(concat!(env!("OUT_DIR"), "/schema/auth_capnp.rs"));
|
||
|
}
|
||
|
|
||
|
pub mod api_capnp {
|
||
|
include!(concat!(env!("OUT_DIR"), "/schema/api_capnp.rs"));
|
||
|
}
|
||
|
|
||
|
pub mod connection_capnp {
|
||
|
include!(concat!(env!("OUT_DIR"), "/schema/connection_capnp.rs"));
|
||
|
}
|