made the rust_victim more organized and easier to install

This commit is contained in:
2026-08-27 14:51:32 -05:00
parent 56e6971aac
commit fcbd0745c4
4 changed files with 12 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "tetanus_victim"
version = "0.1.0"
edition = "2024"
[dependencies]
obfstr = "0.4.6"
rustls = "0.23.43"
rustls-pemfile = "2.2.0"
sysinfo = "0.39.6"