aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"