feat: v0.1.2

This commit is contained in:
2025-10-26 09:32:46 +08:00
parent 197b8df2ed
commit 84b260b896
3 changed files with 242 additions and 155 deletions

View File

@@ -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)]