feat: add automatic detection of host IP address

This commit is contained in:
Stanislav N Mikhailov
2026-07-17 19:25:13 +03:00
parent d921be7696
commit af507127bf
3 changed files with 191 additions and 3 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ strip = true
panic = "abort"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
local-ip-address = "0.6"