Build secure Rust watchOS TOTP core (#56)

This commit is contained in:
2026-08-16 14:27:21 +02:00
parent a055c93b86
commit df1d49339c
20 changed files with 2672 additions and 137 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "ironstorage-watch-apple"
description = "Minimal UniFFI boundary for the IronStorage watchOS TOTP core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = false
[lib]
name = "ironstorage_watch"
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies]
ironstorage = { path = "../storage", default-features = false, features = ["watch"] }
uniffi.workspace = true