req-responder/Cargo.toml
Renovate Bot e2394d5289
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate actix-web to 4.10.2
2025-03-29 18:15:51 +00:00

14 lines
319 B
TOML

[package]
name = "req_responder"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
actix-web = "4.10.2"
futures = "0.3.21"