chore: Add block-decoding example (#78)

This commit is contained in:
Santiago Carmuega 2022-03-18 14:57:02 -03:00 committed by GitHub
parent 8abec63d46
commit d942c73cfa
10 changed files with 41 additions and 64 deletions

View file

@ -1,13 +0,0 @@
[package]
name = "byron-decoder"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
hex = "0.4.3"