Enable CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 16:38:05 +01:00
parent f363ed1ff0
commit ec56fcd876
4 changed files with 889 additions and 482 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "req_responder"
version = "0.1.0"
edition = "2021"
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.9.0"
clap = { version = "3.1.15", features = ["derive", "env"] }
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
actix-web = "4"
futures = "0.3.21"