Make ports configurable

This commit is contained in:
2024-08-21 17:17:44 +02:00
parent fa4a5458c2
commit 661e6fdaa6
3 changed files with 76 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
log = "0.4.22"
env_logger = "0.11.5"
actix-web = "4"
rand = "0.9.0-alpha.2"
rand = "0.9.0-alpha.2"
clap = { version = "4.5.16", features = ["derive"] }