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