feat(blahctl): add identity management commands

This commit is contained in:
oxalica 2024-09-17 21:43:40 -04:00
parent a9ca9b976c
commit 5252aa19ee
4 changed files with 146 additions and 16 deletions

2
Cargo.lock generated
View file

@ -288,9 +288,11 @@ dependencies = [
"clap",
"ed25519-dalek",
"hex",
"humantime",
"rand",
"reqwest",
"rusqlite",
"serde_json",
"tokio",
]