diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-24 08:02:12 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-24 11:54:18 +0000 |
| commit | 70d0197e85ae4ef85202781f6d2dc9e76bd508b3 (patch) | |
| tree | 45efb6565e81ba755acc5955e68d5b7119d1e122 /src/lib.rs | |
| parent | f8c3e3920ed2a1bdaab30be912276993449a5476 (diff) | |
feat(purgatory): add broken purgatory implementation
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3,4 +3,5 @@ pub mod git; | |||
| 3 | pub mod http; | 3 | pub mod http; |
| 4 | pub mod metrics; | 4 | pub mod metrics; |
| 5 | pub mod nostr; | 5 | pub mod nostr; |
| 6 | pub mod purgatory; | ||
| 6 | pub mod sync; | 7 | pub mod sync; |