victim_client/Cargo.toml
Renovate Bot 817b1f7a01
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate tokio to 1.45.0
2025-05-07 00:27:28 +00:00

12 lines
246 B
TOML

[package]
name = "victim_client"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
log = "0.4.27"
env_logger = "0.11.8"
reqwest = "0.12.15"
tokio = { version = "1.45.0", features = ["full"] }