ip-server 0.1.13

simple server that returns client ip address
[package]
name = "ip-server"
version = "0.1.13"
authors = ["stzups"]
license = "Unlicense"
description = "simple server that returns client ip address"
readme = "README.md"
homepage = "https://github.com/stzups/ip-server"
repository = "https://github.com/stzups/ip-server"
keywords = ["cli", "ip", "server", "http"]
categories = ["command-line-utilities"]
edition = "2018"
include = [
    "Cargo.toml",
    "src",
    "README.md"
]

[[bin]]
name = "ip-server"
path = "src/main.rs"

[dependencies]
getopts = "0.2.21"