aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-05-26 16:36:41 -0400
committerCara Salter <cara@devcara.com>2022-05-26 16:37:20 -0400
commit77fa95a342f09953e3207ea0346135301ffe2664 (patch)
tree5a53f154671a54993bafbfd904a6c447d486d45c /src/lib.rs
parentee9be2d32e47a998858219362dd42f927aa8ce42 (diff)
downloadsolarlib-77fa95a342f09953e3207ea0346135301ffe2664.tar.gz
solarlib-77fa95a342f09953e3207ea0346135301ffe2664.zip
Project rename1.2.1
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0518b63..75e7c77 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,9 +1,9 @@
pub mod errors;
-pub mod waifu;
+pub mod planet;
-pub mod house;
+pub mod star;
-pub mod van;
+pub mod ship;
include!(concat!(env!("OUT_DIR"), "/templates.rs"));