feat: add log-file option (#383)

This commit is contained in:
sigoden
2024-05-11 17:13:31 +08:00
committed by GitHub
parent cb7d417fd3
commit 6b6d69a8ef
5 changed files with 64 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ lazy_static = "1.4"
uuid = { version = "1.7", features = ["v4", "fast-rng"] }
urlencoding = "2.1"
xml-rs = "0.8"
log = "0.4"
log = { version = "0.4", features = ["std"] }
socket2 = "0.5"
async-stream = "0.3"
walkdir = "2.3"