From 031b64c712b8f681338d212535e11a0f57e5de0a Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 14 Jul 2024 19:57:56 +0800 Subject: [PATCH] update --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b981d84..503d8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +tokio = { version = "1.38" , features = ["full"] }