mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Rename project to Arbeitszeitdokumentationsgenerator
This commit is contained in:
parent
584c959bbe
commit
0ab9b382aa
3 changed files with 20 additions and 20 deletions
36
Cargo.lock
generated
36
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue