v0.5.2-pre.005

This commit is contained in:
2026-08-10 19:12:13 +02:00
parent b8e6751747
commit e3acb8ceb1
13 changed files with 1276 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
# file: ks-wallet/Cargo.toml
# version: 5
# version: 6
[package]
name = "ks-wallet"
@@ -10,6 +10,7 @@ publish.workspace = true
[dependencies]
argon2.workspace = true
bs58.workspace = true
chacha20poly1305.workspace = true
getrandom.workspace = true
ks-core = { path = "../ks-core" }