[package] name = "get_local_ip" version = "0.2.1" authors = ["Adiatma Kamarudin "] edition = "2018" description = "Get your computer ip address." license = "MIT" repository = "https://github.com/adiatma/local_ip.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.3.1"