build: allow to switch async runtime

This commit is contained in:
mokurin000
2025-07-30 17:55:19 +08:00
parent 7670e6f3ae
commit 19a0d53624
9 changed files with 517 additions and 22 deletions

View File

@@ -36,6 +36,9 @@ pub enum Commands {
#[arg(short, long)]
user_id: u32,
},
ListAllUser,
Logout {
#[arg(short, long)]
user_id: u32,