Basic relay server working

This commit is contained in:
2022-08-30 12:33:16 +02:00
parent 9c8cff9357
commit a6f7966243
3 changed files with 81 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1463,8 +1463,10 @@ dependencies = [
"base",
"clap",
"env_logger",
"futures",
"log",
"serde",
"tokio",
]
[[package]]