chore: Move miniprotocol examples to custom crate (#97)

This commit is contained in:
Santiago Carmuega 2022-04-28 09:50:33 -03:00 committed by GitHub
parent 5c6979d3e5
commit 4b5b747ecc
15 changed files with 278 additions and 225 deletions

View file

@ -0,0 +1,15 @@
[package]
name = "n2n-miniprotocols"
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"
log = "0.4.16"