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

View file

@ -15,6 +15,7 @@ azure_identity = "0.17.0"
azure_security_keyvault = "0.17.0"
clap = { version = "4.4.8", features = ["derive"] }
futures = "0.3.29"
paris = { version = "1.5.15", features = ["macros"] }
tokio = {version = "1.34.0", features = ["full"]}
[target.'cfg(all(target_os = "linux", any(target_env = "musl", target_arch = "arm", target_arch = "aarch64")))'.dependencies]