churn/crates/churning/Cargo.toml
kjuulh f61d0bbf12
feat: add simple health check
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-24 17:22:45 +02:00

13 lines
254 B
TOML

[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 = "*"