max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -6,6 +6,12 @@ | |||
| 6 | 6 | //! | |
| 7 | 7 | //! External consumers should only need `domain`, `outcome`, and `events`; | |
| 8 | 8 | //! the rest are exposed because the bin re-uses them via this crate. | |
| 9 | + | //! | |
| 10 | + | //! # Design | |
| 11 | + | //! | |
| 12 | + | //! The tier/gate/deploy architecture, the typed-observability redesign, and the | |
| 13 | + | //! deploy.sh-parity and account-permission notes live in the maintainer wiki. | |
| 14 | + | //! <!-- wiki: sando-overview --> | |
| 9 | 15 | ||
| 10 | 16 | pub mod backup; | |
| 11 | 17 | pub mod build; |