Skip to content

Commit bfbe52d

Browse files
committed
Add crate categories
1 parent 65b1cdc commit bfbe52d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martin-tile-utils/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "martin-tile-utils"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
55
description = "Utilites to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
66
keywords = ["maps", "tiles", "mvt", "tileserver"]
7+
categories = ["science::geo", "parsing"]
78
exclude = [
89
# Exclude the fixtures directory from the package - it's only used for tests.
910
"/fixtures",

martin/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "martin"
33
# Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin
4-
version = "0.10.0"
4+
version = "0.10.1"
55
authors = ["Stepan Kuzmin <[email protected]>", "Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
66
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
77
keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]
8+
categories = ["science::geo", "web-programming::http-server"]
89
exclude = [
910
# Tests include a lot of data and other test files that are not needed for the users of the library
1011
"/tests",

mbtiles/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "mbtiles"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
55
description = "A simple low-level MbTiles access and processing library, with some tile format detection and other relevant heuristics."
66
keywords = ["mbtiles", "maps", "tiles", "mvt", "tilejson"]
7+
categories = ["science::geo", "database"]
78
edition.workspace = true
89
license.workspace = true
910
repository.workspace = true

0 commit comments

Comments
 (0)