From 9c248edfd07867a6e7d7e89b564b58eb88af0c79 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 7 Aug 2025 17:37:51 +0100 Subject: =?UTF-8?q?=F0=9F=94=A7refactor:=20minimize=20tokio=20features=20t?= =?UTF-8?q?o=20essential=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8587e41..c0d1230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ octocrab = "0.44.1" reqwest = { version = "0.12.22", features = ["blocking", "json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.141" -tokio = { version = "1.46.1", features = ["full"] } +tokio = { version = "1.46.1", features = ["fs", "io-util", "macros", "rt-multi-thread"] } -- cgit v1.2.3