dagger-runtime-benchmark/Cargo.toml

16 lines
458 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-10-23 02:31:45 +02:00
dagger-sdk = "0.11.0"
2023-05-18 15:50:47 +02:00
tokio = { version = "1.28.1", features = ["full"] }
2024-10-23 02:31:45 +02:00
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
2023-05-18 17:24:00 +02:00
tracing-subscriber = "0.3.17"
tracing = { version = "0.1.37", features = ["log"] }
stopwatch = "0.0.7"