churn/crates/churning/Cargo.toml

13 lines
327 B
TOML
Raw Normal View History

[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]
2024-04-05 17:10:46 +02:00
dagger-sdk = "0.9.8"
dagger-rust = {git = "https://git.front.kjuulh.io/kjuulh/dagger-components.git", ref = "main"}
tokio.workspace = true
eyre = "*"