Skip to content

Commit 4d307bc

Browse files
crumplecupCopilot
andcommitted
fix: add missing description/keywords/categories to elicit_proj and elicit_rstar
Required by crates.io for publish. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a11971a commit 4d307bc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

crates/elicit_proj/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ authors.workspace = true
88
homepage.workspace = true
99
documentation.workspace = true
1010
readme.workspace = true
11+
description = "Elicitation-enabled proj shadow crate — MCP tools for coordinate reference system and projection descriptors"
12+
keywords = ["mcp", "proj", "geo", "elicitation", "gis"]
13+
categories = ["science", "geospatial"]
1114

1215
[dependencies]
1316
elicitation = { workspace = true, features = ["proj-types", "geo-types"] }

crates/elicit_rstar/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ authors.workspace = true
88
homepage.workspace = true
99
documentation.workspace = true
1010
readme.workspace = true
11+
description = "Elicitation-enabled rstar shadow crate — MCP tools for R*-tree spatial index descriptors"
12+
keywords = ["mcp", "rstar", "spatial", "elicitation", "geo"]
13+
categories = ["science", "data-structures"]
1114

1215
[lints]
1316
workspace = true

0 commit comments

Comments
 (0)