We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca96ec6 commit 6e74855Copy full SHA for 6e74855
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "what-osm-pbf"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT OR Apache-2.0"
6
+homepage = "http://jjcfrancis.co"
7
+readme = "README.md"
8
+repository = "https://github.com/jjcfrancisco/what-osm-pbf"
9
+description = "Get the necessary osm pbf files within a bounding box."
10
11
[dependencies]
12
derive_more = { version = "1", features = ["from"] }
@@ -18,3 +23,4 @@ name = "wop"
18
23
path = "src/main.rs"
19
24
20
25
categories = ["science::geo"]
26
+
0 commit comments