Skip to content

Commit db75645

Browse files
cli: Add a json output format
Useful for scripting
1 parent 804528f commit db75645

3 files changed

Lines changed: 271 additions & 185 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ hex = "0.4"
2020
oo7 = { workspace = true, features = ["tokio"] }
2121
rpassword = "7.4.0"
2222
tokio = { workspace = true, features = [ "macros", "rt"] }
23+
serde_json = "1.0"
24+
serde = "1.0"
2325

2426
[features]
2527
default = ["native_crypto"]

0 commit comments

Comments
 (0)