mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
cli-1.0.0
This commit is contained in:
parent
25837cf4db
commit
7d287c2769
3 changed files with 47 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue