feat: added crates to work on a reverse shell

This commit is contained in:
Andrew Rioux
2023-04-30 01:32:45 -04:00
parent 636d895b50
commit de2c2cc862
9 changed files with 62 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ edition = "2021"
[dependencies]
errno = "0.2.8"
futures = "0.3.25"
libc = "0.2.137"
libc = "0.2.142"
tokio = { version = "1.21.2", features = ["net", "rt", "macros", "rt-multi-thread" ] }
[build-dependencies]