15 lines
306 B
TOML
15 lines
306 B
TOML
[package]
|
|
name = "rushot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["JesusChapman"]
|
|
description = "Wi-Fi WPA WPS PIN attack tool in Rust"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4", features = ["derive"] }
|
|
regex = "1.10"
|
|
unicode-width = "0.1"
|
|
chrono = "0.4"
|
|
colored = "2.0"
|
|
libc = "0.2"
|
|
tempfile = "3.8"
|