mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
- bench-common: KeyExchangeMode enum, BenchRecord NDJSON struct - bench-server: CLI stub with --mode and --listen - bench-runner: CLI stub with --mode, --server, --payload-bytes, --iters, --warmup, --concurrency, --out
14 lines
223 B
TOML
14 lines
223 B
TOML
[package]
|
|
name = "bench-common"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
strum.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|