Added webserver and port number specification

This commit is contained in:
Random936
2024-09-22 20:08:41 -07:00
parent 1f7f636219
commit 7ec442c93b
5 changed files with 96 additions and 7 deletions

View File

@@ -9,3 +9,4 @@ edition = "2021"
axum = "0.7.6"
clap = { version = "4.5.18", features = ["derive"] }
if-addrs = "0.13.3"
tokio = { version = "1.40.0", features = ["full"] }