Skip to content
1 change: 1 addition & 0 deletions rust/signed_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ base64-url = "3.0.0"
rand = "0.8.5"
uuid = { version = "1.12.0", features = ["v7"] }
tokio = { version = "1.42.0", features = [ "macros" ] }
test-case = "3.3.1"

[[bin]]
name = "mk_signed_doc"
Expand Down
Loading