Skip to content

Commit 6639449

Browse files
committed
feat: add packages
1 parent 87d0034 commit 6639449

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

infrastructure/eid-wallet/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22+
"@auvo/tauri-plugin-crypto-hw-api": "^0.1.0",
2223
"@hugeicons/core-free-icons": "^1.0.13",
2324
"@hugeicons/svelte": "^1.0.2",
2425
"@ngneat/falso": "^7.3.0",

infrastructure/eid-wallet/src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ thiserror = { version = "2.0.11" }
3232
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
3333
tauri-plugin-barcode-scanner = "2"
3434
tauri-plugin-biometric = "2.2.0"
35+
tauri-plugin-crypto-hw = "0.1.0"
3536

infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/eid-wallet/src-tauri/gen/android/.idea/deviceManager.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)