docs: Add block download example (#24)

This commit is contained in:
Santiago Carmuega 2022-01-17 17:11:03 -03:00 committed by GitHub
parent f58072eadf
commit d4524733b3
3 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "block-download"
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]