Add ability to list groups and their users

This commit is contained in:
Valentin Tolmer
2021-04-14 20:52:38 +02:00
parent f198638f99
commit c48da8b758
3 changed files with 105 additions and 19 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ tracing-actix-web = "0.3.0-beta.2"
tracing-log = "*"
tracing-subscriber = "*"
async-trait = "0.1.48"
sea-query = { version = "0.9.2", features = [ "with-chrono" ] }
sea-query = { version = "0.9.4", features = [ "with-chrono" ] }
[dependencies.figment]
features = ["toml", "env"]