mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
21 lines
397 B
TOML
21 lines
397 B
TOML
[package]
|
|
name = "server"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
base64.workspace = true
|
|
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
|