aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
blob: 2ee22744cc5a5fc6ac20650e1145c2001f519e87 (plain) (blame)
1
2
3
4
5
6
7
pub mod errors;

pub mod waifu;

pub mod house;

include!(concat!(env!("OUT_DIR"), "/templates.rs"));