Skip to content

Commit

Permalink
ci: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcfrancisco committed Sep 5, 2024
1 parent ca96ec6 commit 6e74855
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "what-osm-pbf"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "http://jjcfrancis.co"
readme = "README.md"
repository = "https://github.com/jjcfrancisco/what-osm-pbf"
description = "Get the necessary osm pbf files within a bounding box."

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

categories = ["science::geo"]

0 comments on commit 6e74855

Please sign in to comment.