feat: Implement block cbor probing (#44)

This commit is contained in:
Santiago Carmuega 2022-02-09 22:35:57 -03:00 committed by GitHub
parent 0b9510d5ce
commit af314a60c4
3 changed files with 59 additions and 1 deletions

View file

@ -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"