Skip to content

Commit

Permalink
ref: 优化依赖引用
Browse files Browse the repository at this point in the history
  • Loading branch information
SerenitySir committed May 27, 2024
1 parent 4c86c20 commit 509f138
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ 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"
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"

0 comments on commit 509f138

Please sign in to comment.