This commit is contained in:
Pascal Engélibert 2025-12-09 11:23:42 +01:00
commit b9c9c4a4a7
3 changed files with 22 additions and 0 deletions

View file

@ -11,6 +11,7 @@ env_logger = "0.11.8"
futures-util = "0.3.31"
memchr = "2.7.6"
regex = "1.12.2"
rustls-post-quantum = { version = "0.2.4", features = ["aws-lc-rs-unstable"] }
sslrelay = { path = "../sslrelay" }
static_cell = "2.1.1"
tlsh = { package = "fast-tlsh", version = "0.1.10", features = ["easy-functions"] }