zebra/zebrad
Henry de Valence dc77163524 zebrad: remove git pin on metrics dependency
Because the new version of the prometheus exporter launches its own
single-threaded runtime on a dedicated worker thread, there's no need
for the tokio and hyper versions it uses internally to align with the
versions used in other crates.  So we don't need to use our fork with
tokio 0.3, and can just use the published alpha.  Advancing to a later
alpha may fix the missing-metrics issues.
2020-12-02 10:23:59 -08:00
..
src cargo fmt 2020-12-01 19:16:41 -08:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests enable tracing acceptance test 2020-12-01 11:03:13 -05:00
Cargo.toml zebrad: remove git pin on metrics dependency 2020-12-02 10:23:59 -08:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Include short sha in log messages and error urls (#1410) 2020-12-01 12:13:20 -08: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