mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-21 16:26:22 +00:00
27 lines
514 B
TOML
27 lines
514 B
TOML
[package]
|
|
name = "runner"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
common.workspace = true
|
|
futures.workspace = true
|
|
miette.workspace = true
|
|
rustls.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tokio-rustls.workspace = true
|
|
tokio.workspace = true
|
|
toml.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
claims.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|