Write some major geolocation shuffling around code

This commit is contained in:
Slatian
2023-02-17 18:45:37 +01:00
parent 0193c24385
commit 2fb2385004
6 changed files with 284 additions and 1 deletions

11
Cargo.lock generated
View File

@ -646,6 +646,16 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "maxminddb"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13fa57adcc4f3aca91e511b3cdaa58ed8cbcbf97f20e342a11218c76e127f51"
dependencies = [
"log",
"serde",
]
[[package]]
name = "memchr"
version = "2.5.0"
@ -959,6 +969,7 @@ name = "rust-web-thingy"
version = "0.1.0"
dependencies = [
"axum",
"maxminddb",
"rand",
"serde",
"tera",