add public ip inferrence

This commit is contained in:
Maple Nebel 2025-11-06 22:55:41 +00:00
commit e2b564cc48
4 changed files with 17 additions and 4 deletions

View file

@ -26,7 +26,7 @@ rocket = { version = "0.5.1", features = ["json", "serde_json"] }
async-trait = "0.1.86"
paste = "1.0.15"
typenum = "1.18.0"
reqwest = "0.12.18"
reqwest = { version= "0.12.18", features = ["blocking"]}
json = "0.12.4"
ctrlc = "3.4.7"