add main loop, improve errorhandling

This commit is contained in:
Tim Wundenberg
2023-06-23 18:56:50 +02:00
parent 3607826c39
commit 3f867d194b
4 changed files with 206 additions and 148 deletions

View File

@@ -11,3 +11,4 @@ dotenv_codegen = "0.15.0"
serde_json = "1.0.96"
regex = "1.7.3"
log = "0.4.17"
env_logger = "0.10.0"