mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Set up basic axum server
This commit is contained in:
parent
b4c5591a60
commit
e9705e5c5c
5 changed files with 975 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue