feat: with basic get dir

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 23:55:48 +02:00
parent 3f0d171285
commit 72afd0b968
3 changed files with 260 additions and 86 deletions

View File

@@ -10,3 +10,5 @@ tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
serde_yaml = "0.9.25"
serde = { version = "1.0.177", features = ["derive"] }