Rewrite README + use lettre crate to validate email address instead of regex

This commit is contained in:
Greg Burri 2025-01-16 23:09:06 +01:00
parent 67e13d9074
commit 65489e7692
8 changed files with 62 additions and 85 deletions

View file

@ -51,5 +51,7 @@ gloo = "0.11"
# code size when deploying.
console_error_panic_hook = { version = "0.1", optional = true }
[package.metadata.wasm-pack.profile.release]
wasm-opt = false
# wasm-opt is used by default: https://docs.rs/wasm-opt/latest/wasm_opt/
# Uncomment the following lines to disable it.
# [package.metadata.wasm-pack.profile.release]
# wasm-opt = false