mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
feat(server): implement http1 /bytes/{n} endpoint over TLS
This commit is contained in:
@@ -6,8 +6,12 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
base64.workspace = true
|
||||
bytes.workspace = true
|
||||
clap.workspace = true
|
||||
common.workspace = true
|
||||
http-body-util.workspace = true
|
||||
hyper-util = { workspace = true, features = ["server"] }
|
||||
hyper = { workspace = true, features = ["server"] }
|
||||
miette.workspace = true
|
||||
rustls.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user