Zebra/zebrad/src
Henry de Valence 6cc1627a5d zebrad: apply serde(default) to config sections
Each subsection has to have `serde(default)` to get the behaviour we want
(delete all fields except the ones that have been changed); otherwise, we can
delete only entire sections.
2020-06-18 17:43:36 -04:00
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands zebrad: Add reference to config docs. 2020-06-18 17:43:36 -04:00
components Remove unused import. 2020-02-21 06:48:25 -05:00
application.rs fix tracing configuration issues (#432) 2020-06-04 19:34:06 -07:00
commands.rs change config module to generate 2020-06-18 12:44:02 -07:00
components.rs Metrics MVP: add two metrics and export them to Prometheus. 2020-02-14 20:14:05 -05:00
config.rs zebrad: apply serde(default) to config sections 2020-06-18 17:43:36 -04:00
lib.rs switch from abscissa::Context to color-eyre (#409) 2020-05-28 23:01:24 -04:00
prelude.rs Fix a deadlock in TokioComponent. 2020-01-15 12:06:31 -08:00