fix: add missing Cargo.toml package metadata
Add repository, homepage, readme, keywords, and categories fields. Update description to match project vision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -2,8 +2,13 @@
|
||||
name = "improvise"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Multi-dimensional data modeling terminal application"
|
||||
description = "Terminal pivot-table modeling in the spirit of Lotus Improv"
|
||||
license = "MIT"
|
||||
repository = "https://git.fiddlerwoaroof.com/u/edwlan/improvise"
|
||||
homepage = "https://git.fiddlerwoaroof.com/u/edwlan/improvise"
|
||||
readme = "README.md"
|
||||
keywords = ["tui", "pivot", "spreadsheet", "data", "improv"]
|
||||
categories = ["command-line-utilities", "visualization"]
|
||||
|
||||
[[bin]]
|
||||
name = "improvise"
|
||||
|
||||
Reference in New Issue
Block a user