cli-1.0.0

This commit is contained in:
nora 2025-03-21 18:25:26 +01:00
parent 25837cf4db
commit 7d287c2769
3 changed files with 47 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jsonformat-cli"
version = "0.2.0"
version = "1.0.0"
edition = "2024"
license = "MIT"
description = "Formats JSON extremely fast"
@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jsonformat = { path = "..", version = "2.0.0" }
jsonformat = { path = "..", version = "2.1.0" }
clap = { version = "3.1.12", features = ["derive"] }
anyhow = "1.0.57"