img-wasmer/ci/Cargo.toml

14 lines
344 B
TOML
Raw Permalink Normal View History

2023-05-05 23:02:53 +02:00
[package]
name = "ci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-08-30 10:27:30 +02:00
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
2023-05-05 23:02:53 +02:00
color-eyre = "0.6.2"
2024-08-30 10:27:30 +02:00
dagger-sdk = "0.11.0"
2023-05-05 23:02:53 +02:00
eyre = "0.6.8"
tokio = { version = "1.28.0", features = ["full"] }