mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 00:35:04 +02:00
18 lines
508 B
TOML
18 lines
508 B
TOML
[package]
|
|
name = "arbeitszeitdokumentationsgenerator"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.89"
|
|
axum = "0.7.7"
|
|
axum-extra = { version = "0.9.4", features = ["form"] }
|
|
clap = { version = "4.5.20", features = ["derive", "deprecated"] }
|
|
comemo = "0.4.0"
|
|
fontdb = "0.22.0"
|
|
jiff = "0.1.13"
|
|
maud = { version = "0.26.0", features = ["axum"] }
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
tokio = { version = "1.40.0", features = ["full"] }
|
|
typst = "0.11.1"
|
|
typst-pdf = "0.11.1"
|