Sign up form and other stuff

This commit is contained in:
Greg Burri 2022-11-26 12:26:05 +01:00
parent b1ffd1a04a
commit 45d4867cb3
18 changed files with 817 additions and 107 deletions

View file

@ -5,7 +5,7 @@ authors = ["Grégory Burri <greg.burri@gmail.com>"]
edition = "2021"
[dependencies]
#common = {path = "../common"}
common = {path = "../common"}
actix-web = "4"
actix-files = "0.6"
@ -31,4 +31,6 @@ askama_actix = "0.13"
argon2 = {version = "0.4", features = ["default", "std"]}
rand_core = {version = "0.6", features = ["std"]}
rand = "0.8"
rand = "0.8"
lettre = "0.10"