diff --git a/Cargo.lock b/Cargo.lock index 06f330e..0b2c045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,6 +89,24 @@ dependencies = [ "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]] name = "arrayref" version = "0.3.7" @@ -1105,24 +1123,6 @@ dependencies = [ "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]] name = "kurbo" version = "0.9.5" diff --git a/Cargo.toml b/Cargo.toml index ddb6be3..adea958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "kit_timesheets" +name = "arbeitszeitdokumentationsgenerator" version = "0.0.0" edition = "2021" diff --git a/README.md b/README.md index 0b24756..16cd84f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KIT Timesheets +# Arbeitszeitdokumentationsgenerator 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