Skip to content

Commit

Permalink
Update rust-cardano network-ntt
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellTesla authored May 13, 2021
1 parent 02e572b commit d9831ec
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions rust-cardano/network-ntt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[package]
name = "network-ntt"
version = "0.1.0"
authors = [ "Nicolas Di Prima <nicolas.diprima@iohk.io>"
, "Vincent Hanquez <vincent.hanquez@iohk.io>"
, "Eelco Dolstra <edolstra@gmail.com>"
, "Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"
, "Alexander Vershilov <alexander.vershilov@gmail.com>"
]
edition = "2018"

[dependencies]
slog = "^2.4.1"
futures = "^0.1"
tokio = "^0.1"
network-core = { path = "../network-core" }
chain-core = { path = "../chain-core" }
protocol-tokio = { path = "../protocol-tokio" }
cbor_event = "^2.1"

[dev-dependencies]
quickcheck = "0.7"
5 changes: 5 additions & 0 deletions rust-cardano/network-ntt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Network transport based implementation

It defines an implementation of the service based on the
network transport library.

0 comments on commit d9831ec

Please sign in to comment.