feat: add simple health check

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-24 17:22:45 +02:00
commit f61d0bbf12
13 changed files with 2363 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "churning"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.2.2"
dagger-rust = "0.2.0"
tokio.workspace = true
eyre = "*"