Files
pentest_tool/pentest_tool/Cargo.toml
pyro57000 b2822a614a added password spray help funciton, and a bell.
also added downloading the bell file to the install
2025-01-09 13:55:36 -06:00

15 lines
304 B
TOML

[package]
name = "pentest_tool"
version = "0.2.0"
edition = "2021"
[dependencies]
chrono = "0.4.39"
clearscreen = "3.0.0"
directories = "5.0.1"
fs_extra = "1.3.0"
futures-io = { version = "0.2.0-beta" }
reqwest = {version = "0.12.12", features = ["blocking", "json"]}
rodio = "0.20.1"
walkdir = "2.5.0"