Finish verion 0.1.0

This commit is contained in:
DaZuo0122
2026-01-16 13:27:07 +08:00
parent 240107e00f
commit b63bcd405b
17 changed files with 4788 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "wtfnet-geoip"
version = "0.1.0"
edition = "2024"
[dependencies]
maxminddb = "0.24"
serde = { version = "1", features = ["derive"] }
wtfnet-core = { path = "../wtfnet-core" }