Allow using userkey literal in ctl commands

This commit is contained in:
oxalica 2024-08-26 23:45:56 -04:00
parent bcfac0c6b6
commit 482432758c
3 changed files with 22 additions and 5 deletions

View file

@ -9,6 +9,7 @@ bitflags = "2.6.0"
blah.path = ".."
clap = { version = "4.5.16", features = ["derive"] }
ed25519-dalek = { version = "2.1.1", features = ["pkcs8", "pem", "rand_core"] }
hex = "0.4"
rand = "0.8.5"
reqwest = { version = "0.12.7", features = ["json"] }
rusqlite = "0.32.1"