Initial commit

This commit is contained in:
Pascal Engélibert 2025-10-30 13:57:15 +01:00
commit feb1ec51c8
11 changed files with 2559 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "netreplay"
version = "0.1.0"
edition = "2024"
[dependencies]
argp = "0.4.0"
aws-lc-rs = "1.14.1"
tlsh = { package = "fast-tlsh", version = "0.1.10", features = ["easy-functions"] }
sslrelay = { path = "../sslrelay-lib" }
static_cell = "2.1.1"
tokio = { version = "1.48.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"]}
tokio-rustls = "0.26.4"
x509-parser = "0.18.0"