chore: Tidy up examples

This commit is contained in:
Santiago Carmuega 2022-02-24 15:16:04 -03:00
parent 990c543244
commit f6613a1644
5 changed files with 10 additions and 13 deletions

View file

@ -2,6 +2,7 @@
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
@ -10,5 +11,3 @@ pallas = { path = "../../pallas" }
net2 = "0.2.37"
env_logger = "0.9.0"
hex = "0.4.3"
[workspace]