From d4549704b947635f359785c8040bf0a01cff8607 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 3 Jan 2022 17:11:35 +0900 Subject: [PATCH] Install Lettre --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 0aba290d..ee3998ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3096,6 +3096,7 @@ dependencies = [ "itertools 0.8.2", "lazy_static", "ldap3", + "lettre", "lindera-tantivy", "migrations_internals", "once_cell",