mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 16:55:04 +02:00
Render time sheets using typst
This commit is contained in:
parent
c423162a5f
commit
6524fb63c2
4 changed files with 2166 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
mod render;
|
||||
|
||||
use axum::{routing::get, Router};
|
||||
use clap::Parser;
|
||||
use maud::{html, Markup};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue