Add verbosity and respect colours

This commit is contained in:
Andras Schmelczer 2025-03-27 19:14:42 +00:00
parent b48af7e211
commit f1002712e9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 106 additions and 24 deletions

11
backend/Cargo.lock generated
View file

@ -459,6 +459,16 @@ dependencies = [
"clap_derive",
]
[[package]]
name = "clap-verbosity-flag"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678fade3b77aa3a8ff3aae87e9c008d3fb00473a41c71fbf74e91c8c7b37e84"
dependencies = [
"clap",
"log",
]
[[package]]
name = "clap_builder"
version = "4.5.32"
@ -2506,6 +2516,7 @@ dependencies = [
"axum_typed_multipart",
"chrono",
"clap",
"clap-verbosity-flag",
"futures",
"log",
"rand",