From d2ee5dbf98db35e55694bdd0c063f6236afdd7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Wed, 27 Nov 2024 15:54:19 +0100 Subject: [PATCH] try minimal build --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce1d40b8..c2e7d95c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,14 +18,14 @@ rustdoc-args = ["--cfg", "docsrs"] [features] default = [ "imap", - "maildir", + #"maildir", #"notmuch", "smtp", - "sendmail", - "keyring", - "oauth2", - "wizard", - "pgp-commands", + #"sendmail", + #"keyring", + #"oauth2", + #"wizard", + #"pgp-commands", #"pgp-gpg", #"pgp-native", ]