X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;fp=backend%2FCargo.toml;h=c443e9b20fc01ec1b46470e317d0ac2cafd3e8e0;hp=371b0ed7a0d1761a23560bed0b70371e81fae38b;hb=45d4867cb37ce8d7007c4d98de70d81d0b705b92;hpb=b1ffd1a04a55d6653ed55ea99f09550e5a8a9a96 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 371b0ed..c443e9b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Grégory Burri "] 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" \ No newline at end of file +rand = "0.8" + +lettre = "0.10" \ No newline at end of file