Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt

This commit is contained in:
Peter Schiwy
2024-12-02 23:44:47 +01:00
parent f410791d4b
commit bfce29c8ee
17 changed files with 419 additions and 84 deletions

View File

@@ -31,10 +31,12 @@ serde = "1.0.215"
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
# UUID
uuid = { version = "1.11.0", features = ["serde", "v4"] }
uuid = { version = "1.11.0", features = ["serde", "v4", "macro-diagnostics"] }
ulid = { version = "1.1.3", features = ["uuid"] }
# Logging
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
tracing-appender = "0.2.3"
itertools = "0.13.0"