This commit is contained in:
2025-11-27 13:56:41 +01:00
parent a69daad6ef
commit cf88a953f2
9 changed files with 99 additions and 16 deletions

7
Cargo.lock generated
View File

@@ -576,6 +576,12 @@ dependencies = [
"libloading 0.8.9",
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "earcutr"
version = "0.4.3"
@@ -1292,6 +1298,7 @@ name = "importer"
version = "0.1.0"
dependencies = [
"anyhow",
"dotenv",
"memmap2 0.9.9",
"osmpbf",
"scylla",