mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
cleanup
This commit is contained in:
parent
99c215c7ed
commit
8f5b2ce07a
3 changed files with 6 additions and 9 deletions
|
|
@ -4,12 +4,11 @@ members = [".", "jsonformat-cli"]
|
|||
[package]
|
||||
name = "jsonformat"
|
||||
version = "2.0.0"
|
||||
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
description = "Formats JSON extremely fast"
|
||||
homepage = "https://github.com/Nilstrieb/jsonformat"
|
||||
repository = "https://github.com/Nilstrieb/jsonformat"
|
||||
homepage = "https://github.com/Noratrieb/jsonformat"
|
||||
repository = "https://github.com/Noratrieb/jsonformat"
|
||||
readme = "README.md"
|
||||
keywords = ["json", "formatting"]
|
||||
categories = ["parser-implementations"]
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
[package]
|
||||
name = "jsonformat-cli"
|
||||
version = "0.2.0"
|
||||
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
description = "Formats JSON extremely fast"
|
||||
homepage = "https://github.com/Nilstrieb/jsonformat"
|
||||
repository = "https://github.com/Nilstrieb/jsonformat"
|
||||
homepage = "https://github.com/Noratrieb/jsonformat"
|
||||
repository = "https://github.com/Noratrieb/jsonformat"
|
||||
readme = "README.md"
|
||||
keywords = ["json", "formatting", "cli"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
//!
|
||||
//! jsonformat is a library for formatting json.
|
||||
//!
|
||||
//! It does not do anything more than that, which makes it so fast.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue