Add list --json option

This commit is contained in:
Andrey Golovizin 2021-06-27 13:16:39 +02:00
parent a382269281
commit fc0b55a207
3 changed files with 17 additions and 5 deletions

View file

@ -10,4 +10,5 @@ edition = "2018"
anyhow = "1.0.41"
clap = "3.0.0-beta.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
ureq = { version = "2.1.1", features = ["json"] }