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

pub mod planet;

pub mod star;

pub mod ship;

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