Zebra/zebrad
Henry de Valence 1d0ebf89c6 zebrad: move seed command into inbound component
Remove the seed command entirely, and make the behavior it provided
(responding to `Request::Peers`) part of the ordinary functioning of the
start command.

The new `Inbound` service should be expanded to handle all request
types.
2020-09-18 18:34:25 -07:00
..
src zebrad: move seed command into inbound component 2020-09-18 18:34:25 -07:00
tests zebrad: move seed command into inbound component 2020-09-18 18:34:25 -07:00
Cargo.toml Enable issue-url feature in color-eyre (#1072) 2020-09-17 15:09:18 -07:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation