feat: add deployment
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-28 20:44:12 +01:00
parent 5378b5f537
commit 3da154882d
7 changed files with 272 additions and 67 deletions

View File

@@ -27,3 +27,6 @@ color-eyre = "*"
clap = {version = "4", features = ["derive"]}
futures = "0.3.29"
async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] }
serde_json = { version = "1" }
serde_yaml = {version = "0.9"}
serde = {version = "1", features = ["derive"]}