Enabled log output

This commit is contained in:
2023-11-19 21:32:32 +01:00
parent 559bd03de3
commit 253e9d90ce
4 changed files with 30 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -635,6 +635,12 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.27"
@@ -1289,6 +1295,7 @@ dependencies = [
"async-tftp",
"fern",
"futures",
"humantime",
"libc",
"listenfd",
"log",