[package] name = "ex-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", "io-util"] } pcap-sys = { path = "../../../pcap-sys" } anyhow = "1.0.70" tokio-stream = "0.1.14" ed25519-dalek = "1.0.1" log = "0.4.17" simple_logger = "4.1.0"