Return header information

This commit is contained in:
2022-05-04 15:20:51 +02:00
parent d17b6402fd
commit 65d54a9264
3 changed files with 1369 additions and 2 deletions

View File

@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
log = "0.4.17"
env_logger = "0.9.0"
clap = { version = "3.1.15", features = ["derive", "env"] }