feat: chall json output

This commit is contained in:
2021-07-21 01:19:44 +08:00
parent e6cbdf1569
commit 341ba22a90
4 changed files with 73 additions and 2 deletions

7
Cargo.lock generated
View File

@@ -1727,6 +1727,12 @@ dependencies = [
"opaque-debug 0.3.0",
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha1collisiondetection"
version = "0.2.3"
@@ -2191,6 +2197,7 @@ dependencies = [
"sequoia-openpgp",
"serde",
"serde_json",
"sha1",
"sha2",
"simpledateformat",
"u2f",