img-wasmer/ci/Cargo.toml

14 lines
343 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]
2023-11-16 06:33:11 +01:00
async-scoped = { version = "0.8.0", features = ["use-tokio"] }
2023-05-05 23:02:53 +02:00
color-eyre = "0.6.2"
2023-11-16 06:33:11 +01:00
dagger-sdk = "0.3.2"
2023-05-05 23:02:53 +02:00
eyre = "0.6.8"
2023-11-16 06:33:11 +01:00
tokio = { version = "1.34.0", features = ["full"] }