18 lines
474 B
TOML
18 lines
474 B
TOML
[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
|
|
license.workspace = true
|
|
repository.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
|