chore: Move miniprotocol examples to custom crate (#97)
This commit is contained in:
parent
5c6979d3e5
commit
4b5b747ecc
15 changed files with 278 additions and 225 deletions
15
examples/n2n-miniprotocols/Cargo.toml
Normal file
15
examples/n2n-miniprotocols/Cargo.toml
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue