feat: 1.2.0

This commit is contained in:
2025-05-14 23:13:15 +08:00
parent c4be43b928
commit e5eca1fe65
4 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
use swift_secure_enclave_tool_rs::external_spec;
fn main() {
let shared_secret = external_spec("card-cli").unwrap();
println!("{:?}", shared_secret);
}