Skip to content

Commit

Permalink
Added mod files for easy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Sep 9, 2024
1 parent 417d70f commit e8db202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod src;
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl RecipeBook {
}

#[tokio::main]
async fn main() {
pub async fn main() {
// Initialize logger
env_logger::init();

Expand Down
1 change: 1 addition & 0 deletions src/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod lib;

0 comments on commit e8db202

Please sign in to comment.