add tracing + custom error type
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m18s
CI/CD Pipeline / deploy (push) Successful in 2m38s

This commit is contained in:
Philipp Hofer
2025-10-16 11:06:51 +02:00
parent 14ee4d2767
commit 4702017914
4 changed files with 44 additions and 11 deletions

View File

@@ -11,3 +11,4 @@ serde_json = "1"
chrono = "0.4"
quick-xml = "0.38"
thiserror = "2"
tracing = "0.1"