Add base64 output for admin query command.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
dasha_uwu
2025-07-08 23:49:18 +00:00
committed by Jason Volk
parent 34abe1cce4
commit 9dd2b28605
3 changed files with 15 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -4837,6 +4837,7 @@ dependencies = [
name = "tuwunel_admin"
version = "1.2.0"
dependencies = [
"base64",
"clap",
"const-str",
"ctor",