dagger-runtime-benchmark/Cargo.toml

12 lines
325 B
TOML
Raw Normal View History

2023-05-18 15:07:24 +02:00
[package]
name = "dagger-runtime-benchmark"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-18 15:50:47 +02:00
anyhow = { version = "1.0.71", features = ["backtrace"] }
dagger-sdk = "0.2.22"
tokio = { version = "1.28.1", features = ["full"] }