feat: add config parsing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-29 15:27:16 +02:00
parent 72afd0b968
commit 6a3a14ec94
11 changed files with 667 additions and 72 deletions

View File

@@ -11,3 +11,8 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
serde_yaml = {version = "*"}
serde = {version = "*", features = ["derive"]}
tracing-test = "*"