mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-07 14:45:33 +00:00
feat(blahctl): add identity management commands
This commit is contained in:
parent
a9ca9b976c
commit
5252aa19ee
4 changed files with 146 additions and 16 deletions
|
@ -8,9 +8,11 @@ anyhow = "1"
|
|||
clap = { version = "4", features = ["derive"] }
|
||||
ed25519-dalek = { version = "2", features = ["pkcs8", "pem", "rand_core"] }
|
||||
hex = "0.4"
|
||||
humantime = "2"
|
||||
rand = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rusqlite = "0.32"
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["rt", "macros"] }
|
||||
|
||||
blah-types = { path = "../blah-types", features = ["rusqlite"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue