Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user