From 1d9a1278270bd543e49304c58277b5f6577d5b47 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Wed, 1 Oct 2025 07:23:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build(dependencies):=20add=20new?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add google-gmail1 version 6.0.0 - add serde with derive features, version 1.0.228 - add serde_json version 1.0.145 - add tokio with macros and rt-multi-thread features, version 1.47.1 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d59b15c..b440f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,11 @@ include = [ clap = { version = "4.5.48", features = ["derive"] } clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } env_logger = "0.11.8" +google-gmail1 = "6.0.0" log = "0.4.28" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" +tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } [lints.clippy] uninlined-format-args = "warn"