feat(wallet): add encrypted local vault runtime
test / workspace (push) Successful in 12m26s

This commit is contained in:
Tom You
2026-07-09 00:08:24 -05:00
parent 480d686c41
commit fc17c44c38
11 changed files with 608 additions and 3 deletions
+1
View File
@@ -10,5 +10,6 @@ tauri-build = { version = "2", features = [] }
[dependencies]
rabby-core = { path = "../rabby-core" }
rabby-runtime = { path = "../rabby-runtime" }
serde = { version = "1", features = ["derive"] }
tauri = { version = "2", features = [] }