feat: 1.2.0
This commit is contained in:
6
examples/external_spec.rs
Normal file
6
examples/external_spec.rs
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user