We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef39122 commit d011f80Copy full SHA for d011f80
rust/signed_doc/Cargo.toml
@@ -19,6 +19,7 @@ coset = "0.3.7"
19
brotli = "7.0.0"
20
ed25519-dalek = { version = "2.1.1", features = ["pem"] }
21
uuid = { version = "1.10.0", features = ["v4", "v7", "serde"] }
22
+hex = "0.4.3"
23
24
[dev-dependencies]
25
clap = { version = "4.5.19", features = ["derive", "env"] }
0 commit comments