Skip to content

Commit 974e33a

Browse files
authored
feat(rust/signed-doc): parameters metadata field link validation (#576)
* added parameters link_check * add parameters more tests * fix fmt * fix clippy
1 parent 5e18fc2 commit 974e33a

File tree

2 files changed

+644
-81
lines changed

2 files changed

+644
-81
lines changed

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ base64-url = "3.0.0"
3434
rand = "0.8.5"
3535
uuid = { version = "1.12.0", features = ["v7"] }
3636
tokio = { version = "1.42.0", features = [ "macros" ] }
37+
test-case = "3.3.1"
3738

3839
[[bin]]
3940
name = "mk_signed_doc"

0 commit comments

Comments
 (0)