feat: Implement block cbor probing (#44)
This commit is contained in:
parent
0b9510d5ce
commit
af314a60c4
3 changed files with 59 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ authors = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.13", features = ["std"] }
|
||||
minicbor = { version = "0.13", features = ["std", "half"] }
|
||||
minicbor-derive = "0.8.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue