diff options
author | Cara Salter <cara@devcara.com> | 2022-07-09 22:27:43 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-07-09 22:42:41 -0400 |
commit | 5429fcc0859c93da965e91e94e6676c2e6cdd24e (patch) | |
tree | 3adda02260db5a63f1b5dec706f39b99b4b6ac4f /src/lib.rs | |
parent | ec087f3d08f5861b6ffcce00a632858a57c86d31 (diff) | |
download | solarlib-5429fcc0859c93da965e91e94e6676c2e6cdd24e.tar.gz solarlib-5429fcc0859c93da965e91e94e6676c2e6cdd24e.zip |
colony: Initial cloud-init support
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ pub mod star; pub mod ship; +pub mod colony; + include!(concat!(env!("OUT_DIR"), "/templates.rs")); |