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