feat: add idfoto-wasm crate with wasm-bindgen wrappers and TOTP

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-12 09:30:51 -04:00
parent eae8fd4a24
commit 98c20b613c
4 changed files with 648 additions and 0 deletions

View File

@@ -3,4 +3,5 @@ resolver = "2"
members = [
"crates/idfoto-core",
"crates/idfoto-cli",
"crates/idfoto-wasm",
]