Rename project to Arbeitszeitdokumentationsgenerator

This commit is contained in:
Joscha 2024-10-08 21:04:44 +02:00
parent 584c959bbe
commit 0ab9b382aa
3 changed files with 20 additions and 20 deletions

36
Cargo.lock generated
View file

@ -89,6 +89,24 @@ dependencies = [
"num-traits", "num-traits",
] ]
[[package]]
name = "arbeitszeitdokumentationsgenerator"
version = "0.0.0"
dependencies = [
"anyhow",
"axum",
"axum-extra",
"clap",
"comemo",
"fontdb",
"maud",
"serde",
"time",
"tokio",
"typst",
"typst-pdf",
]
[[package]] [[package]]
name = "arrayref" name = "arrayref"
version = "0.3.7" version = "0.3.7"
@ -1105,24 +1123,6 @@ dependencies = [
"mutate_once", "mutate_once",
] ]
[[package]]
name = "kit_timesheets"
version = "0.0.0"
dependencies = [
"anyhow",
"axum",
"axum-extra",
"clap",
"comemo",
"fontdb",
"maud",
"serde",
"time",
"tokio",
"typst",
"typst-pdf",
]
[[package]] [[package]]
name = "kurbo" name = "kurbo"
version = "0.9.5" version = "0.9.5"

View file

@ -1,5 +1,5 @@
[package] [package]
name = "kit_timesheets" name = "arbeitszeitdokumentationsgenerator"
version = "0.0.0" version = "0.0.0"
edition = "2021" edition = "2021"

View file

@ -1,4 +1,4 @@
# KIT Timesheets # Arbeitszeitdokumentationsgenerator
This repository contains tools to make filling out KIT time sheets easier. It is This repository contains tools to make filling out KIT time sheets easier. It is
inspired by the [SDQ TimeSheetGenerator][tsg] and a friend's very useful wrapper inspired by the [SDQ TimeSheetGenerator][tsg] and a friend's very useful wrapper