dagger-runtime-benchmark/bench_app/Cargo.toml

15 lines
430 B
TOML
Raw Normal View History

2023-05-18 15:50:47 +02:00
[package]
name = "bench_app"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
2023-06-24 00:05:59 +02:00
clap = "4.3.8"
2023-05-18 15:50:47 +02:00
thiserror = "1.0.40"
2023-06-24 00:05:59 +02:00
tokio = { version = "1.28.2", features = ["rt", "macros", "parking_lot"] }
2023-05-18 15:50:47 +02:00
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = "0.3.17"