From 509f13831e028d94347585e6cc54094814dce148 Mon Sep 17 00:00:00 2001 From: Serenity Date: Mon, 27 May 2024 09:30:19 +0800 Subject: [PATCH] =?UTF-8?q?ref:=20=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7753fdf..0d4e8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,16 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11", features = ["json"] } -tokio = { version = "1", features = ["full"] } -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" -serde_yaml = "0.9.32" -#rc4 = "0.1.0" log = "0.4.20" -async-trait = "0.1.77" -chrono = "0.4.34" -time = { version = "0.3.36", features = ["parsing", "macros"] } #env_logger = "0.11.3" #fern = "0.6" #log4rs = "1.3.0" @@ -23,7 +14,19 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["time"] } tracing-core = "0.1.32" tracing-appender = "0.2" -yaml-rust = "0.4.5" -service-manager = "0.6.1" + clap = { version = "4.5.4", features = ["derive"] } clap_derive = "4.5.4" + +tokio = { version = "1", features = ["full"] } +async-trait = "0.1.77" +time = { version = "0.3.36", features = ["parsing", "macros"] } +#rc4 = "0.1.0" + +service-manager = "0.6.1" + +reqwest = { version = "0.11", features = ["json"] } + +serde = { version = "1.0.197", features = ["derive"] } +serde_json = "1.0.114" +serde_yaml = "0.9.32"