feat: Introduce Byron library (#39)

Co-authored-by: rvcas <x@rvcas.dev>
This commit is contained in:
Santiago Carmuega 2022-02-04 21:40:12 -03:00 committed by GitHub
parent 86c8693397
commit 07c056ba19
15 changed files with 1381 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "byron-decoder"
version = "0.1.0"
edition = "2021"
# 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"
[workspace]