From a760114ffea582a0c938b06cdf64dda9c8314f54 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 30 Nov 2025 17:34:48 -0800 Subject: [PATCH] chore: update Cargo metadata for publishing --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1fd5acd..6d12d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "json-archive" version = "0.99.0" edition = "2021" +authors = ["Karl ", "nobody "] +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"]