wip: checkpoint Blaze server work for Windows migration

This commit is contained in:
funman300
2026-08-07 12:03:21 -07:00
parent eccd46f52b
commit d2a9a01ec9
11 changed files with 1567 additions and 402 deletions
+5 -3
View File
@@ -13,9 +13,6 @@ tdf = { version = "0.1", features = ["serde"] }
tokio = { version = "1", features = ["rt-multi-thread", "net", "io-util", "macros", "sync", "time", "fs"] }
tokio-util = { version = "0.7", features = ["codec"] }
tokio-rustls = "0.26"
rustls = { version = "0.23", features = ["ring"] }
rustls-pemfile = "2"
futures-util = { version = "0.3", features = ["sink"] }
bytes = "1"
@@ -29,3 +26,8 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
anyhow = "1"
hex = "0.4"
chrono = { version = "0.4", features = ["serde"] }
blaze-ssl-async = "0.4.0"
[[bin]]
name = "blaze-replay"
path = "src/bin/replay.rs"