initial commit

This commit is contained in:
Johannes Erwerle 2022-08-05 10:03:57 +02:00
commit 32e68ee635
12 changed files with 3012 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "fapra_osm_2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
geojson = { version = "0.22.3", features = ["geo-types"]}
handlebars = { version = "4.2", features = ["dir_source"] }
clap = { version = "3.1", features = ["derive"] }
rand = {version = "0.8", features = ["alloc"] }
rocket = {version="0.5.0-rc", features=["json"]}
rocket_dyn_templates = {version="0.1.0-rc", features=["handlebars"]}
serde = {version="1.0", features=["derive"]}
osmpbfreader = "0.15.2"