Skip to content

Commit 9cdd8cc

Browse files
committed
init
0 parents  commit 9cdd8cc

File tree

9 files changed

+1421
-0
lines changed

9 files changed

+1421
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/testdata
2+
/target
3+
Cargo.lock

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "geoip2"
3+
version = "0.1.0"
4+
authors = ["IncSW <dev@incsw.in>"]
5+
edition = "2018"
6+
7+
[dependencies]
8+
maxminddb = "0.15"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WIP

0 commit comments

Comments
 (0)