Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 7cf46ed

Browse files
committed
feat: add hex crate
1 parent a243ff6 commit 7cf46ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ blake3 = "1.8.2"
3838
argon2 = "0.5.3"
3939
strum = { version = "0.27.1", features = ["derive"] }
4040
ed25519-dalek = { version = "2.2.0", features = ["signature", "rand_core"] }
41+
hex = "0.4.3"
4142

4243
[build-dependencies]
4344
vergen = { version = "9.0.0", features = ["build"] }

0 commit comments

Comments
 (0)