Render time sheets using typst

This commit is contained in:
Joscha 2024-05-04 00:09:30 +02:00
parent c423162a5f
commit 6524fb63c2
4 changed files with 2166 additions and 2 deletions

View file

@ -1,3 +1,5 @@
mod render;
use axum::{routing::get, Router};
use clap::Parser;
use maud::{html, Markup};