From 6b995785c780dd47cb0e02821001f446cf4ec211 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 20 Apr 2022 13:08:28 -0400 Subject: house: Allow for the introduction of new VMs Templates the XML and creates the disk images --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 6ba4038..2ee2274 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,3 +3,5 @@ pub mod errors; pub mod waifu; pub mod house; + +include!(concat!(env!("OUT_DIR"), "/templates.rs")); -- cgit v1.2.3