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