churn/crates/churning/Cargo.toml

13 lines
254 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]
dagger-sdk = "0.2.2"
dagger-rust = "0.2.0"
tokio.workspace = true
eyre = "*"