feat: add show_myip

This commit is contained in:
2022-08-07 21:17:00 +08:00
parent dd89d5a579
commit 10067174fc
3 changed files with 1117 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "show_myip"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }
rust_util = { version = "0.6" }