v0.5.2-pre.004

This commit is contained in:
2026-08-10 16:43:19 +02:00
parent ef630e3123
commit b8e6751747
15 changed files with 1489 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
# file: ks-wallet/Cargo.toml
# version: 4
# version: 5
[package]
name = "ks-wallet"
@@ -9,6 +9,9 @@ license.workspace = true
publish.workspace = true
[dependencies]
argon2.workspace = true
chacha20poly1305.workspace = true
getrandom.workspace = true
ks-core = { path = "../ks-core" }
serde_json.workspace = true
solana-keypair.workspace = true