victim_client/Cargo.toml
Renovate Bot c09bacfe8b
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update Rust crate env_logger to 0.11.8
2025-04-02 00:39:09 +00:00

12 lines
240 B
TOML

[package]
name = "victim_client"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
log = "0.4.22"
env_logger = "0.11.8"
reqwest = "0.12.5"
tokio = { version = "1", features = ["full"] }