binary cleanup

This commit is contained in:
nora 2022-04-28 20:51:56 +02:00
parent 28c691da5b
commit c5e63a743a
3 changed files with 158 additions and 61 deletions

View file

@ -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"