From 9f632ac84c2799b99735ac5e72c356639699736d Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Mon, 6 May 2024 02:22:45 +0800 Subject: [PATCH] Remove unused tokio feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63e2943..d9312ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.105" shuttle-runtime = "0.44.0" shuttle-serenity = "0.44.0" strum = { version = "0.26", features = ["derive"] } -tokio = { version = "1.32.0", features = ["full"] } +tokio = "1.32.0" topgg = { version = "1.4.1", features = ["autoposter", "serenity-cached"] } tree_magic_mini = "3.0.3" webp = "0.3.0"