aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: d9073cbc236f9730dddde1efacccca334e1ecbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "reparojson"
version = "0.2.0"
authors = ["nsfisis"]
edition = "2024"
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.60"
features = ["cargo"]