[feat] use clap to pass IP and port

This commit is contained in:
2024-11-08 22:38:11 +01:00
parent 9d8f579a0f
commit 9f63ace39c
8 changed files with 180 additions and 30 deletions

View File

@ -19,6 +19,7 @@ lanspread-utils = { path = "../lanspread-utils" }
# external
bytes = { workspace = true }
clap = { workspace = true }
eyre = { workspace = true }
itertools = { workspace = true }
s2n-quic = { workspace = true }