Add chain sync to main package

This commit is contained in:
Santiago Carmuega 2021-11-22 18:05:24 -03:00
parent e083a83044
commit e2865abcec
2 changed files with 4 additions and 0 deletions

View file

@ -14,5 +14,6 @@ authors = [
pallas-multiplexer = { path = "../pallas-multiplexer/" }
pallas-machines = { path = "../pallas-machines/" }
pallas-handshake = { path = "../pallas-handshake/" }
pallas-chainsync = { path = "../pallas-chainsync/" }
pallas-blockfetch = { path = "../pallas-blockfetch/" }
pallas-txsubmission = { path = "../pallas-txsubmission/" }

View file

@ -8,6 +8,9 @@ pub use pallas_machines as machines;
#[doc(inline)]
pub use pallas_handshake as handshake;
#[doc(inline)]
pub use pallas_chainsync as chainsync;
#[doc(inline)]
pub use pallas_blockfetch as blockfetch;