chore: add deps for backend
This commit is contained in:
parent
f535df6da4
commit
6bb8d6bc67
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user