mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
binary cleanup
This commit is contained in:
parent
28c691da5b
commit
c5e63a743a
3 changed files with 158 additions and 61 deletions
|
|
@ -16,8 +16,9 @@ categories = ["command-line-utilities"]
|
|||
|
||||
[dependencies]
|
||||
jsonformat = { path = "..", version = "2.0.0" }
|
||||
clap = "2.33.3"
|
||||
clap = { version = "3.1.12", features = ["derive"] }
|
||||
anyhow = "1.0.57"
|
||||
|
||||
[[bin]]
|
||||
name = "jsonformat"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue