docs: Add block download example (#24)
This commit is contained in:
parent
f58072eadf
commit
d4524733b3
3 changed files with 74 additions and 0 deletions
14
examples/block-download/Cargo.toml
Normal file
14
examples/block-download/Cargo.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue