feat: feature secure-enclave

This commit is contained in:
2023-12-08 23:10:17 +08:00
parent be65cfb06c
commit 43b43ba055
4 changed files with 15 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ pub fn version(_cmd_version: CmdVersion) -> XResult<()> {
features.push("decrypt");
#[cfg(feature = "macos")]
features.push("macos");
#[cfg(feature = "secure-enclave")]
features.push("secure-enclave");
if features.is_empty() { features.push("-"); }
println!(
"User-Agent: {} [ with features: {} ]\n{}",