Skip to content

Commit

Permalink
[#148] Add Geo category to Cargo.toml (#217)
Browse files Browse the repository at this point in the history
- [x] I agree to follow the project's [code of
conduct](https://github.com/georust/.github/blob/main/CODE_OF_CONDUCT.md).
- [x] I added an entry to the project's change log file if knowledge of
this change could be valuable to users.
  - Usually called `CHANGES.md` or `CHANGELOG.md`
  - Prefix changelog entries for breaking changes with "BREAKING: "
---

---------

Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
nk9 and lnicola authored Jan 13, 2025
1 parent 4f1446e commit 14d71bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
repository = "https://github.com/georust/proj"
documentation = "https://docs.rs/proj/"
keywords = ["proj", "projection", "osgeo", "geo"]
categories = ["science::geo", "api-bindings"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
Expand Down

0 comments on commit 14d71bb

Please sign in to comment.