dagger-runtime-benchmark/Cargo.toml

16 lines
457 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 17:24:00 +02:00
eyre = { version = "*" }
2024-03-25 22:48:14 +01:00
dagger-sdk = "0.9.8"
tokio = { version = "1.36.0", features = ["full"] }
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
tracing-subscriber = "0.3.18"
tracing = { version = "0.1.40", features = ["log"] }
2023-05-18 17:24:00 +02:00
stopwatch = "0.0.7"