This commit is contained in:
Sebastian Hugentobler 2024-05-08 18:11:39 +02:00
parent 47e8c74419
commit faea154ff5
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
12 changed files with 533 additions and 6 deletions

View file

@ -12,9 +12,12 @@ poem = { version = "3.0.0", features = ["embed", "static-files"] }
rust-embed = "8.3.0"
serde = { workspace = true }
serde_json = "1.0.116"
serde_with = "3.8.1"
tera = "1.19.1"
thiserror = { workspace = true }
time = { version = "0.3.36", features = ["macros", "serde", "formatting"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }