2023-05-06 22:42:10 -04:00

13 lines
374 B
TOML

[package]
name = "bind-shell-backdoor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.21.2", features = ["net", "rt", "macros", "rt-multi-thread", "sync", "process"] }
pcap-sys = { path = "../../pcap-sys" }
anyhow = "1.0.70"
tokio-stream = "0.1.14"