first commit

This commit is contained in:
2025-11-25 16:58:24 +01:00
commit f5f5f10338
17 changed files with 5389 additions and 0 deletions

10
importer/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "importer"
version = "0.1.0"
edition = "2021"
[dependencies]
osmpbf = "0.3" # Pure Rust PBF parser, easier to build than osmium (C++ bindings)
scylla = "0.12"
tokio = { version = "1.0", features = ["full"] }
anyhow = "1.0"