feat: enable actual actions

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-26 12:55:37 +02:00
parent 2d7a053ab0
commit 7804eaa667
7 changed files with 160 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
clap = { version = "4", features = ["derive", "env", "string"] }
dotenv = { version = "0.15" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.127"