[package]
edition = "2018"
name = "glip"
version = "0.5.0"
authors = ["Tomohisa Oda <linyows@gmail.com>"]
description = "Geographic location for IP Address with MaxmindDB."
homepage = "https://github.com/linyows/glip"
readme = "README.md"
license = "MIT"
repository = "https://github.com/linyows/glip"
[dependencies.clap]
version = "2.32"
[dependencies.failure]
version = "0.1.5"
[dependencies.libflate]
version = "0.1.19"
[dependencies.maxminddb]
version = "0.12.0"
[dependencies.reqwest]
version = "0.9.8"