first commit
This commit is contained in:
10
importer/Cargo.toml
Normal file
10
importer/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user