mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
feat: add paris for pretty logging
This commit is contained in:
parent
00de6f1e4f
commit
ba0548febc
3 changed files with 19 additions and 3 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue