chore: update Cargo metadata for publishing
This commit is contained in:
parent
44d15e29b7
commit
a760114ffe
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
name = "json-archive"
|
name = "json-archive"
|
||||||
version = "0.99.0"
|
version = "0.99.0"
|
||||||
edition = "2021"
|
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]
|
[features]
|
||||||
default = ["compression"]
|
default = ["compression"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue