Extract, (de-)serialize and format id
This commit is contained in:
parent
70bb6f31cf
commit
cfaafba77f
4 changed files with 80 additions and 5 deletions
|
|
@ -4,4 +4,6 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
sha2 = "0.10.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue