feat: add paris for pretty logging

This commit is contained in:
Bart van der Braak 2023-11-12 22:48:12 +01:00
parent 00de6f1e4f
commit ba0548febc
3 changed files with 19 additions and 3 deletions

7
Cargo.lock generated
View file

@ -860,6 +860,7 @@ dependencies = [
"clap",
"futures",
"openssl",
"paris",
"tokio",
]
@ -1063,6 +1064,12 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "paris"
version = "1.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fecab3723493c7851f292cb060f3ee1c42f19b8d749345d0d7eaf3fd19aa62d"
[[package]]
name = "parking"
version = "2.2.0"