Fapra-OSM-2/Cargo.toml
2022-08-05 10:03:57 +02:00

16 lines
583 B
TOML

[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"