pallas/examples/block-decode/Cargo.toml
2022-03-18 14:57:02 -03:00

13 lines
284 B
TOML

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