aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-15 21:31:52 +0900
committernsfisis <nsfisis@gmail.com>2024-07-15 21:31:52 +0900
commitf75a32ed1304195c365e7c51184110008c974176 (patch)
tree415ad83e03821b6636adb2f6a2bf6795fb756dd3
parent43877b3e5079eb5e9131cb7a355642df2d8b3525 (diff)
downloadreparojson-f75a32ed1304195c365e7c51184110008c974176.tar.gz
reparojson-f75a32ed1304195c365e7c51184110008c974176.tar.zst
reparojson-f75a32ed1304195c365e7c51184110008c974176.zip
chore: update Cargo.toml
-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"