Start to serve config

This commit is contained in:
2022-08-30 10:17:38 +02:00
parent 2441552165
commit 4afc1fad37
7 changed files with 84 additions and 28 deletions

18
Cargo.lock generated
View File

@ -181,6 +181,21 @@ dependencies = [
"syn",
]
[[package]]
name = "actix-web-httpauth"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991"
dependencies = [
"actix-utils",
"actix-web",
"base64",
"futures-core",
"futures-util",
"log",
"pin-project-lite",
]
[[package]]
name = "adler"
version = "1.0.2"
@ -507,6 +522,7 @@ dependencies = [
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
@ -1046,6 +1062,8 @@ name = "tcp_relay_server"
version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-httpauth",
"base",
"clap",
"env_logger",
"log",