ip-check 0.1.3

Check in what country an IP address is located
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ip-check"
version = "0.1.3"
edition = "2021"
description = "Check in what country an IP address is located"
authors = ["Simon Sporrong"]
include = ["src/*", "Cargo.toml", "README.md"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
csv = "1.3.0"