Skip to content

Commit 6e74855

Browse files
committed
ci: update Cargo.toml
1 parent ca96ec6 commit 6e74855

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "what-osm-pbf"
33
version = "0.1.0"
44
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."
510

611
[dependencies]
712
derive_more = { version = "1", features = ["from"] }
@@ -18,3 +23,4 @@ name = "wop"
1823
path = "src/main.rs"
1924

2025
categories = ["science::geo"]
26+

0 commit comments

Comments
 (0)