churn/crates/churning/Cargo.toml
kjuulh 7e22a7f3ab
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
feat: update
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-06 21:30:49 +02:00

13 lines
327 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.9.8"
dagger-rust = {git = "https://git.front.kjuulh.io/kjuulh/dagger-components.git", ref = "main"}
tokio.workspace = true
eyre = "*"