Skip to content

Commit

Permalink
Move lambda code to directory (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty authored Sep 21, 2024
1 parent ec87bdb commit 4637ef5
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ edition = "2021"

[lib]
name = "meal_planner"
path = "src/lib/lib.rs"
path = "lambda/src/lib/lib.rs"

[[bin]]
name = "recipes"
path = "src/bin/recipes/main.rs"
path = "lambda/src/bin/recipes/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4637ef5

Please sign in to comment.