add public ip inferrence
This commit is contained in:
parent
79835a1e19
commit
e2b564cc48
4 changed files with 17 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue