feat(admin): create and list users commands
This commit is contained in:
parent
8d20cab18f
commit
a0de3b287b
19 changed files with 314 additions and 30 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue