We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e538d commit 95940f1Copy full SHA for 95940f1
Cargo.toml
@@ -9,3 +9,4 @@ pin-project-lite = "0.2"
9
log = "0.4"
10
tokio = { version = "1", features = ["full"] }
11
futures-util = "0.3"
12
+flexi_logger = { version = "0.29", features = ["async"] }
log_x/Cargo.toml
@@ -11,5 +11,5 @@ path = "src/lib.rs" # 库文件的路径
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
[dependencies]
14
-flexi_logger = { version = "0.29", features = ["async"] }
+flexi_logger = { workspace = true }
15
log.workspace = true
0 commit comments