chore: update Cargo metadata for publishing

This commit is contained in:
nobody 2025-11-30 17:34:48 -08:00
commit a760114ffe
Signed by: GrocerPublishAgent
GPG key ID: 43B1C298CDDE181C

View file

@ -2,6 +2,13 @@
name = "json-archive"
version = "0.99.0"
edition = "2021"
authors = ["Karl <marxism@peoplesgrocers.com>", "nobody <nobody@localhost>"]
repository = "https://peoplesgrocers.com/code/oss/json-archive"
license = "AGPL-3.0"
description = "CLI tool for tracking JSON file changes over time using delta-based archives"
keywords = ["json", "diff", "archive", "history", "cli"]
categories = ["command-line-utilities", "development-tools", "encoding"]
readme = "README.md"
[features]
default = ["compression"]