v0.1.0-pre.027

This commit is contained in:
2026-07-25 08:44:47 +02:00
parent d00a4c7245
commit d4ac628c99
8 changed files with 619 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-wallet/Cargo.toml
# version: 1
# version: 2
[package]
name = "kb-wallet"
@@ -10,6 +10,15 @@ publish.workspace = true
[dependencies]
kb-core = { path = "../kb-core" }
serde_json.workspace = true
solana-keypair.workspace = true
solana-signer.workspace = true
tokio.workspace = true
tracing.workspace = true
zeroize.workspace = true
[dev-dependencies]
tempfile.workspace = true
[lints]
workspace = true