chore: add deps for backend

This commit is contained in:
itsscb 2025-05-06 22:50:17 +02:00
parent f535df6da4
commit 6bb8d6bc67

View File

@ -6,8 +6,14 @@ description = "PowerShell Scripts for EVERYONE!"
repository = "https://git.itsscb.de/itsscb/BefehlsWerk"
[dependencies]
axum = { version = "0.8.4", features = ["ws"] }
chrono = "0.4.41"
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = "1.0.140"
sqlx = { version = "0.8.5", features = ["macros", "runtime-tokio", "sqlite", "uuid"] }
tokio = { version = "1.44.2", features = ["full"] }
tower = "0.5.2"
tracing = { version = "0.1.41", features = ["async-await"] }
tracing-subscriber = "0.3.19"
uuid = { version = "1.16.0", features = ["v4"] }