Skip to content

Commit

Permalink
feat(rust/signed-doc): add hex crate
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Dec 16, 2024
1 parent ef39122 commit d011f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/signed_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ coset = "0.3.7"
brotli = "7.0.0"
ed25519-dalek = { version = "2.1.1", features = ["pem"] }
uuid = { version = "1.10.0", features = ["v4", "v7", "serde"] }
hex = "0.4.3"

[dev-dependencies]
clap = { version = "4.5.19", features = ["derive", "env"] }

0 comments on commit d011f80

Please sign in to comment.