From d2cca26b1ccac8016ea3d4b4ad723e63757a4485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20=C5=9Al=C4=85zak?= Date: Fri, 16 Jan 2026 15:48:06 +0100 Subject: [PATCH] chore(cargo): Add metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index c95259a1..14919b42 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -3,6 +3,10 @@ name = "filtermail" version = "0.1.0" edition = "2024" license = "MIT" +readme = "README.md" +authors = ["Chatmail Developers"] +description = "A mail filtering service used by chatmail relay" +repository = "https://github.com/chatmail/filtermail" [dependencies] async-trait = "0.1.89"