Cargo.toml (401B)
1 [package] 2 name = "OSM_to_Euroscope" 3 version = "0.1.0" 4 authors = ["Marcel <mtrnord1@gmail.com>"] 5 edition = "2018" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 osmio = "0.2.1" 11 fnv = "1.0.7" 12 clap = "2.33.1" 13 reqwest = { version = "0.10", features = ["json"] } 14 tokio = { version = "0.2", features = ["full"] } 15 percent-encoding = "2.1.0"