dagger-runtime-benchmark/Cargo.toml
2023-05-18 17:24:00 +02:00

16 lines
458 B
TOML

[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]
eyre = { version = "*" }
dagger-sdk = "0.2.22"
tokio = { version = "1.28.1", features = ["full"] }
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
tracing-subscriber = "0.3.17"
tracing = { version = "0.1.37", features = ["log"] }
stopwatch = "0.0.7"