From 8f5b2ce07aabff5d0651514897d243362ebc8246 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:22:58 +0100 Subject: [PATCH] cleanup --- Cargo.toml | 7 +++---- jsonformat-cli/Cargo.toml | 7 +++---- src/lib.rs | 1 - 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f4dd05..dcb66ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,11 @@ members = [".", "jsonformat-cli"] [package] name = "jsonformat" version = "2.0.0" -authors = ["Nilstrieb "] -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"] diff --git a/jsonformat-cli/Cargo.toml b/jsonformat-cli/Cargo.toml index 29de058..90a1ec4 100644 --- a/jsonformat-cli/Cargo.toml +++ b/jsonformat-cli/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "jsonformat-cli" version = "0.2.0" -authors = ["Nilstrieb "] -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"] diff --git a/src/lib.rs b/src/lib.rs index 9362b99..79329ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -//! //! jsonformat is a library for formatting json. //! //! It does not do anything more than that, which makes it so fast.