fix buffering problem by introduce tokio

This commit is contained in:
2025-06-27 00:04:38 +08:00
parent 6a463cb1d7
commit f075393709
3 changed files with 433 additions and 102 deletions

View File

@ -7,5 +7,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive", "env"] }
env_logger = "0.11.8"
log = "0.4.27"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }