feat: add cuddle ci draft
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-25 21:41:17 +01:00
parent e29615cb05
commit 8cf148726a
4 changed files with 186 additions and 0 deletions

View File

@@ -23,3 +23,7 @@ eyre = "0.6.9"
tokio = "1.34.0"
dotenv = "0.15.0"
async-trait = "0.1.74"
color-eyre = "*"
clap = {version = "4", features = ["derive"]}
futures = "0.3.28"
async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] }