feat: v0.1.2
This commit is contained in:
@@ -8,6 +8,11 @@ use rand::random;
|
||||
use secrecy::ExposeSecret;
|
||||
use serde::Serialize;
|
||||
|
||||
use zeroizing_alloc::ZeroAlloc;
|
||||
|
||||
#[global_allocator]
|
||||
static ALLOC: ZeroAlloc<std::alloc::System> = ZeroAlloc(std::alloc::System);
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(name = "pinentry-cli")]
|
||||
#[command(about = "PIN entry command line", long_about = None)]
|
||||
|
||||
Reference in New Issue
Block a user