Files
tls-pq-bench/runner/Cargo.toml
Kristofers Solo 2972163055 feat(runner): add structured logging with tracing
- Add tracing, tracing-subscriber, uuid dependencies
- Replace eprintln! with info! for structured logs
- Add run_id, rust_version, os, arch to benchmark start log
2026-02-04 11:53:40 +02:00

20 lines
373 B
TOML

[package]
name = "runner"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
clap.workspace = true
common.workspace = true
miette.workspace = true
rustls.workspace = true
tokio-rustls.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
[lints]
workspace = true