feat(admin): create and list users commands

This commit is contained in:
Matthieu Bessat 2024-12-03 13:20:33 +01:00
parent 8d20cab18f
commit a0de3b287b
19 changed files with 314 additions and 30 deletions

8
Cargo.lock generated
View file

@ -22,7 +22,13 @@ name = "admin_cli"
version = "0.0.0"
dependencies = [
"anyhow",
"argh",
"env_logger",
"fully_pub",
"kernel",
"log",
"thiserror 2.0.3",
"tokio",
]
[[package]]
@ -965,6 +971,7 @@ dependencies = [
"sqlx",
"strum",
"strum_macros",
"thiserror 2.0.3",
"time",
"tokio",
"tower-http",
@ -1255,6 +1262,7 @@ dependencies = [
"sqlx",
"strum",
"strum_macros",
"thiserror 2.0.3",
"toml",
"url",
"utils",