Skip to content

Commit

Permalink
Fix error could not find main in tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Mar 11, 2024
1 parent d0453db commit 4d9389a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambda-smtp-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ rustls = "^0.16"
serde = "^1.0"
serde_derive = "^1.0"
stderrlog = "^0.4"
tokio = "^1.25"
tokio = {version = "^1.25", features=["macros"]}
webpki-roots = "^0.19"

0 comments on commit 4d9389a

Please sign in to comment.