blob: fc84b1d08e64b0dc8f2030b05d49289499a7328b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "exploit"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
rand = "0.8.5"
reqwest = "0.12.7"
serde = "1.0.209"
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "io-std", "full"] }
|