Skip to content

Commit

Permalink
feat: add cargo dependency: email_address
Browse files Browse the repository at this point in the history
To validate emails.
  • Loading branch information
josecelano committed Jul 7, 2023
1 parent 11c64e1 commit 734e6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ binascii = "0.1"
axum = { version = "0.6.18", features = ["multipart"] }
hyper = "0.14.26"
tower-http = { version = "0.4.0", features = ["cors"] }
email_address = "0.2.4"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 734e6cb

Please sign in to comment.