started work on writing the tool, its not quite ready yet, but we're

getting close.
This commit is contained in:
pyro57000
2025-11-14 16:53:06 -06:00
parent 47d6ed5556
commit 1a72bcee98
30 changed files with 2248 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "tetanus_client"
version = "0.1.0"
edition = "2024"
[dependencies]
chacha20poly1305 = "0.10.1"
clap = { version = "4.5.51", features = ["derive"] }
colored = "3.0.0"
tokio = { version = "1.48.0", features = ["full"] }
walkdir = "2.5.0"