[package] name = "exex" version = "0.0.1" edition = "2021" authors = ["hdks "] license = "MIT" description = "Exploit & C2 Framework" readme = "README.md" homepage = "https://github.com/hideckies/exex" keywords = ["adversary", "c2", "post-exploitation"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" assert_cmd = "2.0.12" clap = { version = "4.4.8", features = ["derive"] } env_logger = "0.10.1" indicatif = "0.17.7" log = "0.4.20" predicates = "3.0.4"