List tracked refs on index page

This commit is contained in:
Joscha 2023-08-05 21:03:18 +02:00
parent 2b4a5d4021
commit 3b4d8dab72
5 changed files with 89 additions and 8 deletions

View file

@ -1,5 +1,6 @@
mod config;
mod recurring;
mod repo;
mod somehow;
mod state;
mod web;