Added manual specification of interfaces

This commit is contained in:
Random936
2024-09-22 19:44:12 -07:00
parent 121f6d6417
commit 1f7f636219
5 changed files with 753 additions and 8 deletions

View File

@@ -6,4 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.6"
clap = { version = "4.5.18", features = ["derive"] }
if-addrs = "0.13.3"