Skip to content

Commit 14d71bb

Browse files
nk9lnicola
andauthoredJan 13, 2025··
[#148] Add Geo category to Cargo.toml (#217)
- [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 <lnicola@users.noreply.github.com>
1 parent 4f1446e commit 14d71bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
repository = "https://github.com/georust/proj"
99
documentation = "https://docs.rs/proj/"
1010
keywords = ["proj", "projection", "osgeo", "geo"]
11+
categories = ["science::geo", "api-bindings"]
1112
license = "MIT OR Apache-2.0"
1213
readme = "README.md"
1314
edition = "2018"

0 commit comments

Comments
 (0)
Please sign in to comment.