From f75a32ed1304195c365e7c51184110008c974176 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Jul 2024 21:31:52 +0900 Subject: chore: update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f469624..5bdd342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "reparojson" version = "0.1.0" +authors = ["nsfisis"] edition = "2021" +description = "A simple command-line tool to repair JSON. It only fixes the syntactic errors and never formats the given input." +license-file = "LICENSE" [dependencies.clap] version = "4.5.9" -- cgit v1.2.3-70-g09d2