img-wasmer/ci/Cargo.toml

14 lines
344 B
TOML
Raw 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-02-01 23:14:49 +01:00
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
2023-05-05 23:02:53 +02:00
color-eyre = "0.6.2"
2024-02-01 23:14:49 +01:00
dagger-sdk = "0.9.8"
eyre = "0.6.12"
tokio = { version = "1.35.1", features = ["full"] }