mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
11 lines
287 B
TOML
11 lines
287 B
TOML
[package]
|
|
name = "kit_timesheets"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.82"
|
|
axum = "0.7.5"
|
|
clap = { version = "4.5.4", features = ["derive", "deprecated"] }
|
|
maud = { version = "0.26.0", features = ["axum"] }
|
|
tokio = { version = "1.37.0", features = ["full"] }
|