aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bebc19807e47cb429fa07aefd3b022c457d7e0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "exploit"
version = "0.1.0"
edition = "2021"

[dependencies]
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"] }