From f7c3caaa113de843ecb5bb766fa374f653b9476c Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 29 Oct 2022 00:40:14 +0200 Subject: [PATCH] Add deps --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f46c43c..faa96fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,10 @@ readme = "README.adoc" license-file = "LICENSE.txt" [dependencies] +anyhow = "1.0" captcha = "0.0.9" lettre = "0.10" rocket = "0.5.0-rc.2" rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] } serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0"